Html Css Color HEX #406F49 Killarney

📋 copy color: '#406F49'

red 64 ◦ green 111 ◦ blue 73

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

Shades of Killarney #406F49

Tints of Killarney #406F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 25.81%
G = 44.76%
B = 29.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#406F49 (or 0x406F49) is known color: Killarney. HEX triplet: 40, 6F and 49. RGB value is (64,111,73). Sum of RGB (Red+Green+Blue) = 64+111+73=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #406F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F49 is #BF90B6. Grayscale: #5C5C5C. Windows color (decimal): -12554423 or 4812608. OLE color: 4812608.

HSL color Cylindrical-coordinate representation of color #406F49: hue angle of 131.49º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F49 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 73 -
CMYK 0.42 0 0.34 0.56
HSL 131.49º 0.27% 0.34% -
HSV(B) 131.49º 0.42% 0.44% -
XYZ 9 12.94 8.33 -
YUV 92.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 64 111 73 0.42 0 0.34 0.56 131.49 0.27 0.34
Hex 40 6F 49 2A 0 22 38 83 1B 22
Octal 100 157 111 52 0 42 70 203 33 42
Binary 1000000 1101111 1001001 101010 0 100010 111000 10000011 11011 100010

Color Harmonies of #406F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F49

Black with #406F49

Text Example


Text Example

White with #406F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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