#408848

Color #408848 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #408848

Tints of Killarney #408848

Color information

#408848 (or 0x408848) is unknown color: approx Killarney. HEX triplet: 40, 88 and 48. RGB value is (64,136,72). Sum of RGB (Red+Green+Blue) = 64+136+72=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #408848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408848 is #BF77B7. Grayscale: #6B6B6B. Windows color (decimal): -12548024 or 4753472. OLE color: 4753472.

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

Color convert

RGB6413672-
CMYK0.5300.470.47
HSL126.67º36%39.22%-
HSV(B)126.67º52.94%53.33%-
XYZ12.0919.179.19-
YUV107.18108.1597.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=23.53%
G=50%
B=26.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136720.5300.470.47126.673639.22
Hex4088483502F2F7f2427
Octal10021011065057571774447
Binary100000010001000100100011010101011111011111111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408848; }

 p { color: rgb(64,136,72); }

 H1.HeaderClassName
 {
   color: #408848;
 }
 .AnyTagClassName
 {
   color: #408848;
 }
</style>
background-color css

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

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

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

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

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

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