Html Css Color HEX #088852 Salem

📋 copy color: '#088852'

red 8 ◦ green 136 ◦ blue 82

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

Shades of Salem #088852

Tints of Salem #088852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 3.54%
G = 60.18%
B = 36.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#088852 (or 0x088852) is known color: Salem. HEX triplet: 08, 88 and 52. RGB value is (8,136,82). Sum of RGB (Red+Green+Blue) = 8+136+82=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #088852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088852 is #F777AD. Grayscale: #5B5B5B. Windows color (decimal): -16218030 or 5408776. OLE color: 5408776.

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

Color convert

RGB 8 136 82 -
CMYK 0.94 0 0.40 0.47
HSL 154.69º 0.89% 0.28% -
HSV(B) 154.69º 0.94% 0.53% -
XYZ 10.43 18.27 10.96 -
YUV 91.57 122.59 68.39 -
System Red Green Blue C M Y K H S L
Decimal 8 136 82 0.94 0 0.40 0.47 154.69 0.89 0.28
Hex 8 88 52 5E 0 28 2F 9B 59 1C
Octal 10 210 122 136 0 50 57 233 131 34
Binary 1000 10001000 1010010 1011110 0 101000 101111 10011011 1011001 11100

Color Harmonies of #088852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088852

Black with #088852

Text Example


Text Example

White with #088852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088852; }

 p { color: rgb(8,136,82); }

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

background-color css

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

 a { background-color: rgb(8,136,82); }

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

border-color css

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

 span { border-color: rgb(8,136,82); }

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