Html Css Color HEX #08834F Salem

📋 copy color: '#08834F'

red 8 ◦ green 131 ◦ blue 79

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

Shades of Salem #08834F

Tints of Salem #08834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.09%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 3.67%
G = 60.09%
B = 36.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#08834F (or 0x08834F) is known color: Salem. HEX triplet: 08, 83 and 4F. RGB value is (8,131,79). Sum of RGB (Red+Green+Blue) = 8+131+79=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #08834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08834F is #F77CB0. Grayscale: #585858. Windows color (decimal): -16219313 or 5210888. OLE color: 5210888.

HSL color Cylindrical-coordinate representation of color #08834F: hue angle of 154.63º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08834F is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 79 -
CMYK 0.94 0 0.40 0.49
HSL 154.63º 0.88% 0.27% -
HSV(B) 154.63º 0.94% 0.51% -
XYZ 9.63 16.85 10.14 -
YUV 88.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 8 131 79 0.94 0 0.40 0.49 154.63 0.88 0.27
Hex 8 83 4F 5E 0 28 31 9B 58 1B
Octal 10 203 117 136 0 50 61 233 130 33
Binary 1000 10000011 1001111 1011110 0 101000 110001 10011011 1011000 11011

Color Harmonies of #08834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08834F

Black with #08834F

Text Example


Text Example

White with #08834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,131,79); }

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

background-color css

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

 a { background-color: rgb(8,131,79); }

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

border-color css

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

 span { border-color: rgb(8,131,79); }

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