Html Css Color HEX #427049 Killarney

📋 copy color: '#427049'

red 66 ◦ green 112 ◦ blue 73

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

Shades of Killarney #427049

Tints of Killarney #427049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 26.29%
G = 44.62%
B = 29.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#427049 (or 0x427049) is known color: Killarney. HEX triplet: 42, 70 and 49. RGB value is (66,112,73). Sum of RGB (Red+Green+Blue) = 66+112+73=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #427049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427049 is #BD8FB6. Grayscale: #5D5D5D. Windows color (decimal): -12423095 or 4812866. OLE color: 4812866.

HSL color Cylindrical-coordinate representation of color #427049: hue angle of 129.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427049 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 73 -
CMYK 0.41 0 0.35 0.56
HSL 129.13º 0.26% 0.35% -
HSV(B) 129.13º 0.41% 0.44% -
XYZ 9.24 13.23 8.37 -
YUV 93.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 66 112 73 0.41 0 0.35 0.56 129.13 0.26 0.35
Hex 42 70 49 29 0 23 38 81 1A 23
Octal 102 160 111 51 0 43 70 201 32 43
Binary 1000010 1110000 1001001 101001 0 100011 111000 10000001 11010 100011

Color Harmonies of #427049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427049

Black with #427049

Text Example


Text Example

White with #427049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427049; }

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

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

background-color css

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

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

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

border-color css

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

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

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