Html Css Color HEX #407249 Killarney

📋 copy color: '#407249'

red 64 ◦ green 114 ◦ blue 73

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

Shades of Killarney #407249

Tints of Killarney #407249

RGB

 RED value IS 64 (25.39% from 255) = 25.5%

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 25.5%
G = 45.42%
B = 29.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#407249 (or 0x407249) is known color: Killarney. HEX triplet: 40, 72 and 49. RGB value is (64,114,73). Sum of RGB (Red+Green+Blue) = 64+114+73=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #407249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407249 is #BF8DB6. Grayscale: #5E5E5E. Windows color (decimal): -12553655 or 4813376. OLE color: 4813376.

HSL color Cylindrical-coordinate representation of color #407249: hue angle of 130.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407249 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 73 -
CMYK 0.44 0 0.36 0.55
HSL 130.8º 0.28% 0.35% -
HSV(B) 130.8º 0.44% 0.45% -
XYZ 9.33 13.61 8.44 -
YUV 94.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 64 114 73 0.44 0 0.36 0.55 130.8 0.28 0.35
Hex 40 72 49 2C 0 24 37 83 1C 23
Octal 100 162 111 54 0 44 67 203 34 43
Binary 1000000 1110010 1001001 101100 0 100100 110111 10000011 11100 100011

Color Harmonies of #407249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407249

Black with #407249

Text Example


Text Example

White with #407249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407249; }

 p { color: rgb(64,114,73); }

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

background-color css

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

 a { background-color: rgb(64,114,73); }

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

border-color css

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

 span { border-color: rgb(64,114,73); }

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