Html Css Color HEX #407742 Killarney

📋 copy color: '#407742'

red 64 ◦ green 119 ◦ blue 66

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

Shades of Killarney #407742

Tints of Killarney #407742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 25.7%
G = 47.79%
B = 26.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#407742 (or 0x407742) is known color: Killarney. HEX triplet: 40, 77 and 42. RGB value is (64,119,66). Sum of RGB (Red+Green+Blue) = 64+119+66=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #407742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407742 is #BF88BD. Grayscale: #606060. Windows color (decimal): -12552382 or 4355904. OLE color: 4355904.

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

Color convert

RGB 64 119 66 -
CMYK 0.46 0 0.45 0.53
HSL 122.18º 0.3% 0.36% -
HSV(B) 122.18º 0.46% 0.47% -
XYZ 9.69 14.68 7.48 -
YUV 96.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 64 119 66 0.46 0 0.45 0.53 122.18 0.3 0.36
Hex 40 77 42 2E 0 2D 35 7A 1E 24
Octal 100 167 102 56 0 55 65 172 36 44
Binary 1000000 1110111 1000010 101110 0 101101 110101 1111010 11110 100100

Color Harmonies of #407742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407742

Black with #407742

Text Example


Text Example

White with #407742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407742; }

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

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

background-color css

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

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

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

border-color css

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

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

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