Html Css Color HEX #407040 Killarney

📋 copy color: '#407040'

red 64 ◦ green 112 ◦ blue 64

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

Shades of Killarney #407040

Tints of Killarney #407040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 26.67%
G = 46.67%
B = 26.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#407040 (or 0x407040) is known color: Killarney. HEX triplet: 40, 70 and 40. RGB value is (64,112,64). Sum of RGB (Red+Green+Blue) = 64+112+64=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #407040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407040 is #BF8FBF. Grayscale: #5C5C5C. Windows color (decimal): -12554176 or 4223040. OLE color: 4223040.

HSL color Cylindrical-coordinate representation of color #407040: hue angle of 120º degrees, saturation: 0.27, 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 #407040 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 64 -
CMYK 0.43 0 0.43 0.56
HSL 120º 0.27% 0.35% -
HSV(B) 120º 0.43% 0.44% -
XYZ 8.83 13.05 6.9 -
YUV 92.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 64 112 64 0.43 0 0.43 0.56 120 0.27 0.35
Hex 40 70 40 2B 0 2B 38 78 1B 23
Octal 100 160 100 53 0 53 70 170 33 43
Binary 1000000 1110000 1000000 101011 0 101011 111000 1111000 11011 100011

Color Harmonies of #407040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407040

Black with #407040

Text Example


Text Example

White with #407040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407040; }

 p { color: rgb(64,112,64); }

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

background-color css

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

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

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

border-color css

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

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

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