Html Css Color HEX #088942 Salem

📋 copy color: '#088942'

red 8 ◦ green 137 ◦ blue 66

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

Shades of Salem #088942

Tints of Salem #088942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.93%

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

R = 3.79%
G = 64.93%
B = 31.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#088942 (or 0x088942) is known color: Salem. HEX triplet: 08, 89 and 42. RGB value is (8,137,66). Sum of RGB (Red+Green+Blue) = 8+137+66=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #088942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088942 is #F776BD. Grayscale: #5A5A5A. Windows color (decimal): -16217790 or 4360456. OLE color: 4360456.

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

Color convert

RGB 8 137 66 -
CMYK 0.94 0 0.52 0.46
HSL 146.98º 0.89% 0.28% -
HSV(B) 146.98º 0.94% 0.54% -
XYZ 10.03 18.34 8.16 -
YUV 90.34 114.26 69.27 -
System Red Green Blue C M Y K H S L
Decimal 8 137 66 0.94 0 0.52 0.46 146.98 0.89 0.28
Hex 8 89 42 5E 0 34 2E 93 59 1C
Octal 10 211 102 136 0 64 56 223 131 34
Binary 1000 10001001 1000010 1011110 0 110100 101110 10010011 1011001 11100

Color Harmonies of #088942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088942

Black with #088942

Text Example


Text Example

White with #088942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088942; }

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

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

background-color css

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

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

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

border-color css

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

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

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