Html Css Color HEX #008850 Salem

📋 copy color: '#008850'

red 0 ◦ green 136 ◦ blue 80

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

Shades of Salem #008850

Tints of Salem #008850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 0%
G = 62.96%
B = 37.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#008850 (or 0x008850) is known color: Salem. HEX triplet: 00, 88 and 50. RGB value is (0,136,80). Sum of RGB (Red+Green+Blue) = 0+136+80=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #008850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008850 is #FF77AF. Grayscale: #595959. Windows color (decimal): -16742320 or 5277696. OLE color: 5277696.

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

Color convert

RGB 0 136 80 -
CMYK 1 0 0.41 0.47
HSL 155.29º 1% 0.27% -
HSV(B) 155.29º 1% 0.53% -
XYZ 10.25 18.19 10.56 -
YUV 88.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 0 136 80 1 0 0.41 0.47 155.29 1 0.27
Hex 0 88 50 64 0 29 2F 9B 64 1B
Octal 0 210 120 144 0 51 57 233 144 33
Binary 0 10001000 1010000 1100100 0 101001 101111 10011011 1100100 11011

Color Harmonies of #008850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008850

Black with #008850

Text Example


Text Example

White with #008850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008850; }

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

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

background-color css

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

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

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

border-color css

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

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

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