Html Css Color HEX #088042 Salem

📋 copy color: '#088042'

red 8 ◦ green 128 ◦ blue 66

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

Shades of Salem #088042

Tints of Salem #088042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.37%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 3.96%
G = 63.37%
B = 32.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#088042 (or 0x088042) is known color: Salem. HEX triplet: 08, 80 and 42. RGB value is (8,128,66). Sum of RGB (Red+Green+Blue) = 8+128+66=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #088042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088042 is #F77FBD. Grayscale: #555555. Windows color (decimal): -16220094 or 4358152. OLE color: 4358152.

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

Color convert

RGB 8 128 66 -
CMYK 0.94 0 0.48 0.50
HSL 149º 0.88% 0.27% -
HSV(B) 149º 0.94% 0.5% -
XYZ 8.8 15.88 7.76 -
YUV 85.05 117.24 73.04 -
System Red Green Blue C M Y K H S L
Decimal 8 128 66 0.94 0 0.48 0.50 149 0.88 0.27
Hex 8 80 42 5E 0 30 32 95 58 1B
Octal 10 200 102 136 0 60 62 225 130 33
Binary 1000 10000000 1000010 1011110 0 110000 110010 10010101 1011000 11011

Color Harmonies of #088042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088042

Black with #088042

Text Example


Text Example

White with #088042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088042; }

 p { color: rgb(8,128,66); }

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

background-color css

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

 a { background-color: rgb(8,128,66); }

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

border-color css

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

 span { border-color: rgb(8,128,66); }

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