Html Css Color HEX #088442 Salem

📋 copy color: '#088442'

red 8 ◦ green 132 ◦ blue 66

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

Shades of Salem #088442

Tints of Salem #088442

RGB

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

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

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

R = 3.88%
G = 64.08%
B = 32.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#088442 (or 0x088442) is known color: Salem. HEX triplet: 08, 84 and 42. RGB value is (8,132,66). Sum of RGB (Red+Green+Blue) = 8+132+66=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #088442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088442 is #F77BBD. Grayscale: #575757. Windows color (decimal): -16219070 or 4359176. OLE color: 4359176.

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

Color convert

RGB 8 132 66 -
CMYK 0.94 0 0.5 0.48
HSL 148.06º 0.89% 0.27% -
HSV(B) 148.06º 0.94% 0.52% -
XYZ 9.33 16.95 7.93 -
YUV 87.4 115.92 71.37 -
System Red Green Blue C M Y K H S L
Decimal 8 132 66 0.94 0 0.5 0.48 148.06 0.89 0.27
Hex 8 84 42 5E 0 32 30 94 59 1B
Octal 10 204 102 136 0 62 60 224 131 33
Binary 1000 10000100 1000010 1011110 0 110010 110000 10010100 1011001 11011

Color Harmonies of #088442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088442

Black with #088442

Text Example


Text Example

White with #088442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088442; }

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

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

background-color css

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

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

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

border-color css

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

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

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