Html Css Color HEX #408240 Killarney

📋 copy color: '#408240'

red 64 ◦ green 130 ◦ blue 64

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

Shades of Killarney #408240

Tints of Killarney #408240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.39%

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

R = 24.81%
G = 50.39%
B = 24.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#408240 (or 0x408240) is known color: Killarney. HEX triplet: 40, 82 and 40. RGB value is (64,130,64). Sum of RGB (Red+Green+Blue) = 64+130+64=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #408240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408240 is #BF7DBF. Grayscale: #666666. Windows color (decimal): -12549568 or 4227648. OLE color: 4227648.

HSL color Cylindrical-coordinate representation of color #408240: hue angle of 120º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408240 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 64 -
CMYK 0.51 0 0.51 0.49
HSL 120º 0.34% 0.38% -
HSV(B) 120º 0.51% 0.51% -
XYZ 11.02 17.43 7.63 -
YUV 102.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 64 130 64 0.51 0 0.51 0.49 120 0.34 0.38
Hex 40 82 40 33 0 33 31 78 22 26
Octal 100 202 100 63 0 63 61 170 42 46
Binary 1000000 10000010 1000000 110011 0 110011 110001 1111000 100010 100110

Color Harmonies of #408240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408240

Black with #408240

Text Example


Text Example

White with #408240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408240; }

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

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

background-color css

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

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

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

border-color css

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

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

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