Html Css Color HEX #406F46 Killarney

📋 copy color: '#406F46'

red 64 ◦ green 111 ◦ blue 70

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

Shades of Killarney #406F46

Tints of Killarney #406F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 26.12%
G = 45.31%
B = 28.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#406F46 (or 0x406F46) is known color: Killarney. HEX triplet: 40, 6F and 46. RGB value is (64,111,70). Sum of RGB (Red+Green+Blue) = 64+111+70=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #406F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F46 is #BF90B9. Grayscale: #5C5C5C. Windows color (decimal): -12554426 or 4616000. OLE color: 4616000.

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

Color convert

RGB 64 111 70 -
CMYK 0.42 0 0.37 0.56
HSL 127.66º 0.27% 0.34% -
HSV(B) 127.66º 0.42% 0.44% -
XYZ 8.9 12.9 7.82 -
YUV 92.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 64 111 70 0.42 0 0.37 0.56 127.66 0.27 0.34
Hex 40 6F 46 2A 0 25 38 80 1B 22
Octal 100 157 106 52 0 45 70 200 33 42
Binary 1000000 1101111 1000110 101010 0 100101 111000 10000000 11011 100010

Color Harmonies of #406F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F46

Black with #406F46

Text Example


Text Example

White with #406F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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