Html Css Color HEX #408040 Killarney

📋 copy color: '#408040'

red 64 ◦ green 128 ◦ blue 64

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

Shades of Killarney #408040

Tints of Killarney #408040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

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

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#408040 (or 0x408040) is known color: Killarney. HEX triplet: 40, 80 and 40. RGB value is (64,128,64). Sum of RGB (Red+Green+Blue) = 64+128+64=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #408040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408040 is #BF7FBF. Grayscale: #656565. Windows color (decimal): -12550080 or 4227136. OLE color: 4227136.

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

Color convert

RGB 64 128 64 -
CMYK 0.5 0 0.5 0.50
HSL 120º 0.33% 0.38% -
HSV(B) 120º 0.5% 0.5% -
XYZ 10.76 16.9 7.55 -
YUV 101.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 64 128 64 0.5 0 0.5 0.50 120 0.33 0.38
Hex 40 80 40 32 0 32 32 78 21 26
Octal 100 200 100 62 0 62 62 170 41 46
Binary 1000000 10000000 1000000 110010 0 110010 110010 1111000 100001 100110

Color Harmonies of #408040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408040

Black with #408040

Text Example


Text Example

White with #408040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408040; }

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

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

background-color css

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

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

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

border-color css

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

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

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