Html Css Color HEX #407142 Killarney

📋 copy color: '#407142'

red 64 ◦ green 113 ◦ blue 66

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

Shades of Killarney #407142

Tints of Killarney #407142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.5%

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

R = 26.34%
G = 46.5%
B = 27.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#407142 (or 0x407142) is known color: Killarney. HEX triplet: 40, 71 and 42. RGB value is (64,113,66). Sum of RGB (Red+Green+Blue) = 64+113+66=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #407142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407142 is #BF8EBD. Grayscale: #5D5D5D. Windows color (decimal): -12553918 or 4354368. OLE color: 4354368.

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

Color convert

RGB 64 113 66 -
CMYK 0.43 0 0.42 0.56
HSL 122.45º 0.28% 0.35% -
HSV(B) 122.45º 0.43% 0.44% -
XYZ 9 13.29 7.25 -
YUV 92.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 64 113 66 0.43 0 0.42 0.56 122.45 0.28 0.35
Hex 40 71 42 2B 0 2A 38 7A 1C 23
Octal 100 161 102 53 0 52 70 172 34 43
Binary 1000000 1110001 1000010 101011 0 101010 111000 1111010 11100 100011

Color Harmonies of #407142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407142

Black with #407142

Text Example


Text Example

White with #407142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407142; }

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

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

background-color css

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

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

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

border-color css

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

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

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