Html Css Color HEX #088941 Salem

📋 copy color: '#088941'

red 8 ◦ green 137 ◦ blue 65

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

Shades of Salem #088941

Tints of Salem #088941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 3.81%
G = 65.24%
B = 30.95%

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

#088941 (or 0x088941) is known color: Salem. HEX triplet: 08, 89 and 41. RGB value is (8,137,65). Sum of RGB (Red+Green+Blue) = 8+137+65=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #088941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088941 is #F776BE. Grayscale: #5A5A5A. Windows color (decimal): -16217791 or 4294920. OLE color: 4294920.

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

Color convert

RGB 8 137 65 -
CMYK 0.94 0 0.53 0.46
HSL 146.51º 0.89% 0.28% -
HSV(B) 146.51º 0.94% 0.54% -
XYZ 10 18.32 8.01 -
YUV 90.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 8 137 65 0.94 0 0.53 0.46 146.51 0.89 0.28
Hex 8 89 41 5E 0 35 2E 93 59 1C
Octal 10 211 101 136 0 65 56 223 131 34
Binary 1000 10001001 1000001 1011110 0 110101 101110 10010011 1011001 11100

Color Harmonies of #088941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088941

Black with #088941

Text Example


Text Example

White with #088941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088941; }

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

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

background-color css

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

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

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

border-color css

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

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

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