Html Css Color HEX #088849 Salem

📋 copy color: '#088849'

red 8 ◦ green 136 ◦ blue 73

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

Shades of Salem #088849

Tints of Salem #088849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 3.69%
G = 62.67%
B = 33.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#088849 (or 0x088849) is known color: Salem. HEX triplet: 08, 88 and 49. RGB value is (8,136,73). Sum of RGB (Red+Green+Blue) = 8+136+73=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #088849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088849 is #F777B6. Grayscale: #5A5A5A. Windows color (decimal): -16218039 or 4818952. OLE color: 4818952.

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

Color convert

RGB 8 136 73 -
CMYK 0.94 0 0.46 0.47
HSL 150.47º 0.89% 0.28% -
HSV(B) 150.47º 0.94% 0.53% -
XYZ 10.11 18.14 9.27 -
YUV 90.55 118.09 69.12 -
System Red Green Blue C M Y K H S L
Decimal 8 136 73 0.94 0 0.46 0.47 150.47 0.89 0.28
Hex 8 88 49 5E 0 2E 2F 96 59 1C
Octal 10 210 111 136 0 56 57 226 131 34
Binary 1000 10001000 1001001 1011110 0 101110 101111 10010110 1011001 11100

Color Harmonies of #088849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088849

Black with #088849

Text Example


Text Example

White with #088849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088849; }

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

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

background-color css

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

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

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

border-color css

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

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

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