Html Css Color HEX #407442 Killarney

📋 copy color: '#407442'

red 64 ◦ green 116 ◦ blue 66

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

Shades of Killarney #407442

Tints of Killarney #407442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 26.02%
G = 47.15%
B = 26.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#407442 (or 0x407442) is known color: Killarney. HEX triplet: 40, 74 and 42. RGB value is (64,116,66). Sum of RGB (Red+Green+Blue) = 64+116+66=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #407442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407442 is #BF8BBD. Grayscale: #5E5E5E. Windows color (decimal): -12553150 or 4355136. OLE color: 4355136.

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

Color convert

RGB 64 116 66 -
CMYK 0.45 0 0.43 0.55
HSL 122.31º 0.29% 0.35% -
HSV(B) 122.31º 0.45% 0.45% -
XYZ 9.34 13.97 7.36 -
YUV 94.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 64 116 66 0.45 0 0.43 0.55 122.31 0.29 0.35
Hex 40 74 42 2D 0 2B 37 7A 1D 23
Octal 100 164 102 55 0 53 67 172 35 43
Binary 1000000 1110100 1000010 101101 0 101011 110111 1111010 11101 100011

Color Harmonies of #407442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407442

Black with #407442

Text Example


Text Example

White with #407442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407442; }

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

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

background-color css

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

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

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

border-color css

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

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

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