Html Css Color HEX #088456 Salem

📋 copy color: '#088456'

red 8 ◦ green 132 ◦ blue 86

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

Shades of Salem #088456

Tints of Salem #088456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.41%

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 3.54%
G = 58.41%
B = 38.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#088456 (or 0x088456) is known color: Salem. HEX triplet: 08, 84 and 56. RGB value is (8,132,86). Sum of RGB (Red+Green+Blue) = 8+132+86=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #088456 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088456 is #F77BA9. Grayscale: #595959. Windows color (decimal): -16219050 or 5669896. OLE color: 5669896.

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

Color convert

RGB 8 132 86 -
CMYK 0.94 0 0.35 0.48
HSL 157.74º 0.89% 0.27% -
HSV(B) 157.74º 0.94% 0.52% -
XYZ 10.03 17.23 11.6 -
YUV 89.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 8 132 86 0.94 0 0.35 0.48 157.74 0.89 0.27
Hex 8 84 56 5E 0 23 30 9E 59 1B
Octal 10 204 126 136 0 43 60 236 131 33
Binary 1000 10000100 1010110 1011110 0 100011 110000 10011110 1011001 11011

Color Harmonies of #088456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088456

Black with #088456

Text Example


Text Example

White with #088456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088456; }

 p { color: rgb(8,132,86); }

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

background-color css

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

 a { background-color: rgb(8,132,86); }

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

border-color css

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

 span { border-color: rgb(8,132,86); }

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