Html Css Color HEX #406F42 Killarney

📋 copy color: '#406F42'

red 64 ◦ green 111 ◦ blue 66

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

Shades of Killarney #406F42

Tints of Killarney #406F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 26.56%
G = 46.06%
B = 27.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#406F42 (or 0x406F42) is known color: Killarney. HEX triplet: 40, 6F and 42. RGB value is (64,111,66). Sum of RGB (Red+Green+Blue) = 64+111+66=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #406F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F42 is #BF90BD. Grayscale: #5B5B5B. Windows color (decimal): -12554430 or 4353856. OLE color: 4353856.

HSL color Cylindrical-coordinate representation of color #406F42: hue angle of 122.55º 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 #406F42 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 66 -
CMYK 0.42 0 0.41 0.56
HSL 122.55º 0.27% 0.34% -
HSV(B) 122.55º 0.42% 0.44% -
XYZ 8.78 12.85 7.17 -
YUV 91.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 64 111 66 0.42 0 0.41 0.56 122.55 0.27 0.34
Hex 40 6F 42 2A 0 29 38 7B 1B 22
Octal 100 157 102 52 0 51 70 173 33 42
Binary 1000000 1101111 1000010 101010 0 101001 111000 1111011 11011 100010

Color Harmonies of #406F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F42

Black with #406F42

Text Example


Text Example

White with #406F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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