Html Css Color HEX #00884C Salem

📋 copy color: '#00884C'

red 0 ◦ green 136 ◦ blue 76

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

Shades of Salem #00884C

Tints of Salem #00884C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 64.15%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 0%
G = 64.15%
B = 35.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#00884C (or 0x00884C) is known color: Salem. HEX triplet: 00, 88 and 4C. RGB value is (0,136,76). Sum of RGB (Red+Green+Blue) = 0+136+76=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #00884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00884C is #FF77B3. Grayscale: #585858. Windows color (decimal): -16742324 or 5015552. OLE color: 5015552.

HSL color Cylindrical-coordinate representation of color #00884C: hue angle of 153.53º 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 #00884C is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 76 -
CMYK 1 0 0.44 0.47
HSL 153.53º 1% 0.27% -
HSV(B) 153.53º 1% 0.53% -
XYZ 10.11 18.13 9.8 -
YUV 88.5 120.94 64.88 -
System Red Green Blue C M Y K H S L
Decimal 0 136 76 1 0 0.44 0.47 153.53 1 0.27
Hex 0 88 4C 64 0 2C 2F 9A 64 1B
Octal 0 210 114 144 0 54 57 232 144 33
Binary 0 10001000 1001100 1100100 0 101100 101111 10011010 1100100 11011

Color Harmonies of #00884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00884C

Black with #00884C

Text Example


Text Example

White with #00884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00884C;
 }
 .AnyTagClassName
 {
   color: #00884C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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