Html Css Color HEX #407642 Killarney

📋 copy color: '#407642'

red 64 ◦ green 118 ◦ blue 66

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

Shades of Killarney #407642

Tints of Killarney #407642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

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

R = 25.81%
G = 47.58%
B = 26.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#407642 (or 0x407642) is known color: Killarney. HEX triplet: 40, 76 and 42. RGB value is (64,118,66). Sum of RGB (Red+Green+Blue) = 64+118+66=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #407642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407642 is #BF89BD. Grayscale: #606060. Windows color (decimal): -12552638 or 4355648. OLE color: 4355648.

HSL color Cylindrical-coordinate representation of color #407642: hue angle of 122.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407642 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 66 -
CMYK 0.46 0 0.44 0.54
HSL 122.22º 0.3% 0.36% -
HSV(B) 122.22º 0.46% 0.46% -
XYZ 9.58 14.44 7.44 -
YUV 95.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 64 118 66 0.46 0 0.44 0.54 122.22 0.3 0.36
Hex 40 76 42 2E 0 2C 36 7A 1E 24
Octal 100 166 102 56 0 54 66 172 36 44
Binary 1000000 1110110 1000010 101110 0 101100 110110 1111010 11110 100100

Color Harmonies of #407642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407642

Black with #407642

Text Example


Text Example

White with #407642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407642; }

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

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

background-color css

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

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

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

border-color css

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

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

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