Html Css Color HEX #088251 Salem

📋 copy color: '#088251'

red 8 ◦ green 130 ◦ blue 81

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

Shades of Salem #088251

Tints of Salem #088251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.36%

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 3.65%
G = 59.36%
B = 36.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#088251 (or 0x088251) is known color: Salem. HEX triplet: 08, 82 and 51. RGB value is (8,130,81). Sum of RGB (Red+Green+Blue) = 8+130+81=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #088251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088251 is #F77DAE. Grayscale: #585858. Windows color (decimal): -16219567 or 5341704. OLE color: 5341704.

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

Color convert

RGB 8 130 81 -
CMYK 0.94 0 0.38 0.49
HSL 155.9º 0.88% 0.27% -
HSV(B) 155.9º 0.94% 0.51% -
XYZ 9.57 16.61 10.49 -
YUV 87.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 8 130 81 0.94 0 0.38 0.49 155.9 0.88 0.27
Hex 8 82 51 5E 0 26 31 9C 58 1B
Octal 10 202 121 136 0 46 61 234 130 33
Binary 1000 10000010 1010001 1011110 0 100110 110001 10011100 1011000 11011

Color Harmonies of #088251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088251

Black with #088251

Text Example


Text Example

White with #088251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088251; }

 p { color: rgb(8,130,81); }

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

background-color css

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

 a { background-color: rgb(8,130,81); }

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

border-color css

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

 span { border-color: rgb(8,130,81); }

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