#00884A

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

Shades of Salem #00884A

Tints of Salem #00884A

Color information

#00884A (or 0x00884A) is unknown color: approx Salem. HEX triplet: 00, 88 and 4A. RGB value is (0,136,74). Sum of RGB (Red+Green+Blue) = 0+136+74=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #00884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00884A is #FF77B5. Grayscale: #585858. Windows color (decimal): -16742326 or 4884480. OLE color: 4884480.

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

Color convert

RGB013674-
CMYK100.460.47
HSL152.65º100%26.67%-
HSV(B)152.65º100%53.33%-
XYZ10.0418.19.44-
YUV88.27119.9465.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 64.76%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=0%
G=64.76%
B=35.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013674100.460.47152.6510026.67
Hex0884A6402E2F99641b
Octal02101121440565723114433
Binary01000100010010101100100010111010111110011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,136,74); }

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

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

 a { background-color: rgb(0,136,74); }

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

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

 span { border-color: rgb(0,136,74); }

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