Html Css Color HEX #088940 Salem

📋 copy color: '#088940'

red 8 ◦ green 137 ◦ blue 64

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

Shades of Salem #088940

Tints of Salem #088940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 3.83%
G = 65.55%
B = 30.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#088940 (or 0x088940) is known color: Salem. HEX triplet: 08, 89 and 40. RGB value is (8,137,64). Sum of RGB (Red+Green+Blue) = 8+137+64=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #088940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088940 is #F776BF. Grayscale: #5A5A5A. Windows color (decimal): -16217792 or 4229384. OLE color: 4229384.

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

Color convert

RGB 8 137 64 -
CMYK 0.94 0 0.53 0.46
HSL 146.05º 0.89% 0.28% -
HSV(B) 146.05º 0.94% 0.54% -
XYZ 9.97 18.31 7.86 -
YUV 90.11 113.26 69.44 -
System Red Green Blue C M Y K H S L
Decimal 8 137 64 0.94 0 0.53 0.46 146.05 0.89 0.28
Hex 8 89 40 5E 0 35 2E 92 59 1C
Octal 10 211 100 136 0 65 56 222 131 34
Binary 1000 10001001 1000000 1011110 0 110101 101110 10010010 1011001 11100

Color Harmonies of #088940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088940

Black with #088940

Text Example


Text Example

White with #088940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088940; }

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

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

background-color css

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

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

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

border-color css

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

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

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