#08814D

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

Shades of Salem #08814D

Tints of Salem #08814D

Color information

#08814D (or 0x08814D) is unknown color: approx Salem. HEX triplet: 08, 81 and 4D. RGB value is (8,129,77). Sum of RGB (Red+Green+Blue) = 8+129+77=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #08814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08814D is #F77EB2. Grayscale: #565656. Windows color (decimal): -16219827 or 5079304. OLE color: 5079304.

HSL color Cylindrical-coordinate representation of color #08814D: hue angle of 154.21º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08814D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB812977-
CMYK0.9400.400.49
HSL154.21º88.32%26.86%-
HSV(B)154.21º93.8%50.59%-
XYZ9.2916.299.68-
YUV86.89122.4171.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=3.74%
G=60.28%
B=35.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8129770.9400.400.49154.2188.3226.86
Hex8814D5E028319a581b
Octal102011151360506123213033
Binary10001000000110011011011110010100011000110011010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08814D; }

 p { color: rgb(8,129,77); }

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

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

 a { background-color: rgb(8,129,77); }

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

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

 span { border-color: rgb(8,129,77); }

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