Html Css Color HEX #08853F Salem

📋 copy color: '#08853F'

red 8 ◦ green 133 ◦ blue 63

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

Shades of Salem #08853F

Tints of Salem #08853F

RGB

 RED value IS 8 (3.52% from 255) = 3.92%

 GREEN value IS 133 (52.34% from 255) = 65.2%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 3.92%
G = 65.2%
B = 30.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#08853F (or 0x08853F) is known color: Salem. HEX triplet: 08, 85 and 3F. RGB value is (8,133,63). Sum of RGB (Red+Green+Blue) = 8+133+63=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #08853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08853F is #F77AC0. Grayscale: #575757. Windows color (decimal): -16218817 or 4162824. OLE color: 4162824.

HSL color Cylindrical-coordinate representation of color #08853F: hue angle of 146.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08853F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 63 -
CMYK 0.94 0 0.53 0.48
HSL 146.4º 0.89% 0.28% -
HSV(B) 146.4º 0.94% 0.52% -
XYZ 9.38 17.19 7.53 -
YUV 87.65 114.09 71.19 -
System Red Green Blue C M Y K H S L
Decimal 8 133 63 0.94 0 0.53 0.48 146.4 0.89 0.28
Hex 8 85 3F 5E 0 35 30 92 59 1C
Octal 10 205 77 136 0 65 60 222 131 34
Binary 1000 10000101 111111 1011110 0 110101 110000 10010010 1011001 11100

Color Harmonies of #08853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08853F

Black with #08853F

Text Example


Text Example

White with #08853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08853F; }

 p { color: rgb(8,133,63); }

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

background-color css

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

 a { background-color: rgb(8,133,63); }

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

border-color css

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

 span { border-color: rgb(8,133,63); }

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