Html Css Color HEX #008845 Salem

📋 copy color: '#008845'

red 0 ◦ green 136 ◦ blue 69

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

Shades of Salem #008845

Tints of Salem #008845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 0%
G = 66.34%
B = 33.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#008845 (or 0x008845) is known color: Salem. HEX triplet: 00, 88 and 45. RGB value is (0,136,69). Sum of RGB (Red+Green+Blue) = 0+136+69=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #008845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008845 is #FF77BA. Grayscale: #575757. Windows color (decimal): -16742331 or 4556800. OLE color: 4556800.

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

Color convert

RGB 0 136 69 -
CMYK 1 0 0.49 0.47
HSL 150.44º 1% 0.27% -
HSV(B) 150.44º 1% 0.53% -
XYZ 9.88 18.04 8.59 -
YUV 87.7 117.44 65.45 -
System Red Green Blue C M Y K H S L
Decimal 0 136 69 1 0 0.49 0.47 150.44 1 0.27
Hex 0 88 45 64 0 31 2F 96 64 1B
Octal 0 210 105 144 0 61 57 226 144 33
Binary 0 10001000 1000101 1100100 0 110001 101111 10010110 1100100 11011

Color Harmonies of #008845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008845

Black with #008845

Text Example


Text Example

White with #008845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008845; }

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

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

background-color css

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

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

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

border-color css

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

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

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