Html Css Color HEX #408B42 Killarney

📋 copy color: '#408B42'

red 64 ◦ green 139 ◦ blue 66

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

Shades of Killarney #408B42

Tints of Killarney #408B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.67%

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

R = 23.79%
G = 51.67%
B = 24.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#408B42 (or 0x408B42) is known color: Killarney. HEX triplet: 40, 8B and 42. RGB value is (64,139,66). Sum of RGB (Red+Green+Blue) = 64+139+66=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #408B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B42 is #BF74BD. Grayscale: #6C6C6C. Windows color (decimal): -12547262 or 4361024. OLE color: 4361024.

HSL color Cylindrical-coordinate representation of color #408B42: hue angle of 121.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B42 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 66 -
CMYK 0.54 0 0.53 0.45
HSL 121.6º 0.37% 0.4% -
HSV(B) 121.6º 0.54% 0.55% -
XYZ 12.33 19.95 8.35 -
YUV 108.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 64 139 66 0.54 0 0.53 0.45 121.6 0.37 0.4
Hex 40 8B 42 36 0 35 2D 7A 25 28
Octal 100 213 102 66 0 65 55 172 45 50
Binary 1000000 10001011 1000010 110110 0 110101 101101 1111010 100101 101000

Color Harmonies of #408B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B42

Black with #408B42

Text Example


Text Example

White with #408B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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