Html Css Color HEX #008849 Salem

📋 copy color: '#008849'

red 0 ◦ green 136 ◦ blue 73

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

Shades of Salem #008849

Tints of Salem #008849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.93%

R = 0%
G = 65.07%
B = 34.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#008849 (or 0x008849) is known color: Salem. HEX triplet: 00, 88 and 49. RGB value is (0,136,73). Sum of RGB (Red+Green+Blue) = 0+136+73=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #008849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008849 is #FF77B6. Grayscale: #585858. Windows color (decimal): -16742327 or 4818944. OLE color: 4818944.

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

Color convert

RGB 0 136 73 -
CMYK 1 0 0.46 0.47
HSL 152.21º 1% 0.27% -
HSV(B) 152.21º 1% 0.53% -
XYZ 10.01 18.09 9.27 -
YUV 88.15 119.44 65.12 -
System Red Green Blue C M Y K H S L
Decimal 0 136 73 1 0 0.46 0.47 152.21 1 0.27
Hex 0 88 49 64 0 2E 2F 98 64 1B
Octal 0 210 111 144 0 56 57 230 144 33
Binary 0 10001000 1001001 1100100 0 101110 101111 10011000 1100100 11011

Color Harmonies of #008849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008849

Black with #008849

Text Example


Text Example

White with #008849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008849; }

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

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

background-color css

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

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

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

border-color css

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

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

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