#08844A

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

Shades of Salem #08844A

Tints of Salem #08844A

Color information

#08844A (or 0x08844A) is unknown color: approx Salem. HEX triplet: 08, 84 and 4A. RGB value is (8,132,74). Sum of RGB (Red+Green+Blue) = 8+132+74=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #08844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08844A is #F77BB5. Grayscale: #585858. Windows color (decimal): -16219062 or 4883464. OLE color: 4883464.

HSL color Cylindrical-coordinate representation of color #08844A: hue angle of 151.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08844A is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB813274-
CMYK0.9400.440.48
HSL151.94º88.57%27.45%-
HSV(B)151.94º93.94%51.76%-
XYZ9.5917.059.26-
YUV88.31119.9270.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 132 (51.95% from 255) = 61.68%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=3.74%
G=61.68%
B=34.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8132740.9400.440.48151.9488.5727.45
Hex8844A5E02C3098591b
Octal102041121360546023013133
Binary10001000010010010101011110010110011000010011000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08844A; }

 p { color: rgb(8,132,74); }

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

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

 a { background-color: rgb(8,132,74); }

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

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

 span { border-color: rgb(8,132,74); }

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