Html Css Color HEX #00884B Salem

📋 copy color: '#00884B'

red 0 ◦ green 136 ◦ blue 75

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

Shades of Salem #00884B

Tints of Salem #00884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 0%
G = 64.45%
B = 35.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#00884B (or 0x00884B) is known color: Salem. HEX triplet: 00, 88 and 4B. RGB value is (0,136,75). Sum of RGB (Red+Green+Blue) = 0+136+75=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #00884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00884B is #FF77B4. Grayscale: #585858. Windows color (decimal): -16742325 or 4950016. OLE color: 4950016.

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

Color convert

RGB 0 136 75 -
CMYK 1 0 0.45 0.47
HSL 153.09º 1% 0.27% -
HSV(B) 153.09º 1% 0.53% -
XYZ 10.07 18.12 9.62 -
YUV 88.38 120.44 64.96 -
System Red Green Blue C M Y K H S L
Decimal 0 136 75 1 0 0.45 0.47 153.09 1 0.27
Hex 0 88 4B 64 0 2D 2F 99 64 1B
Octal 0 210 113 144 0 55 57 231 144 33
Binary 0 10001000 1001011 1100100 0 101101 101111 10011001 1100100 11011

Color Harmonies of #00884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00884B

Black with #00884B

Text Example


Text Example

White with #00884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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