Html Css Color HEX #426A49 Killarney

📋 copy color: '#426A49'

red 66 ◦ green 106 ◦ blue 73

#426A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #426A49

Tints of Killarney #426A49

RGB

 RED value IS 66 (26.17% from 255) = 26.94%

 GREEN value IS 106 (41.8% from 255) = 43.27%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 26.94%
G = 43.27%
B = 29.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#426A49 (or 0x426A49) is known color: Killarney. HEX triplet: 42, 6A and 49. RGB value is (66,106,73). Sum of RGB (Red+Green+Blue) = 66+106+73=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #426A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A49 is #BD95B6. Grayscale: #5A5A5A. Windows color (decimal): -12424631 or 4811330. OLE color: 4811330.

HSL color Cylindrical-coordinate representation of color #426A49: hue angle of 130.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A49 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 73 -
CMYK 0.38 0 0.31 0.58
HSL 130.5º 0.23% 0.34% -
HSV(B) 130.5º 0.38% 0.42% -
XYZ 8.6 11.95 8.16 -
YUV 90.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 66 106 73 0.38 0 0.31 0.58 130.5 0.23 0.34
Hex 42 6A 49 26 0 1F 3A 82 17 22
Octal 102 152 111 46 0 37 72 202 27 42
Binary 1000010 1101010 1001001 100110 0 11111 111010 10000010 10111 100010

Color Harmonies of #426A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A49

Black with #426A49

Text Example


Text Example

White with #426A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A49; }

 p { color: rgb(66,106,73); }

 H1.HeaderClassName
 {
   color: #426A49;
 }
 .AnyTagClassName
 {
   color: #426A49;
 }
</style>

background-color css

<style>
 a { background-color: #426A49; }

 a { background-color: rgb(66,106,73); }

 div.DivClassName
 {
   background-color: #426A49;
 }
 .BgClassName
 {
   background-color: #426A49;
 }
</style>

border-color css

<style>
 span { border-color: #426A49; }

 span { border-color: rgb(66,106,73); }

 td.TdClassName
 {
   border-color: #426A49;
 }
 .TagClassName
 {
   border-color: #426A49;
 }
</style>