Html Css Color HEX #088949 Salem

📋 copy color: '#088949'

red 8 ◦ green 137 ◦ blue 73

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

Shades of Salem #088949

Tints of Salem #088949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 3.67%
G = 62.84%
B = 33.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#088949 (or 0x088949) is known color: Salem. HEX triplet: 08, 89 and 49. RGB value is (8,137,73). Sum of RGB (Red+Green+Blue) = 8+137+73=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #088949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088949 is #F776B6. Grayscale: #5B5B5B. Windows color (decimal): -16217783 or 4819208. OLE color: 4819208.

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

Color convert

RGB 8 137 73 -
CMYK 0.94 0 0.47 0.46
HSL 150.23º 0.89% 0.28% -
HSV(B) 150.23º 0.94% 0.54% -
XYZ 10.25 18.42 9.32 -
YUV 91.13 117.76 68.7 -
System Red Green Blue C M Y K H S L
Decimal 8 137 73 0.94 0 0.47 0.46 150.23 0.89 0.28
Hex 8 89 49 5E 0 2F 2E 96 59 1C
Octal 10 211 111 136 0 57 56 226 131 34
Binary 1000 10001001 1001001 1011110 0 101111 101110 10010110 1011001 11100

Color Harmonies of #088949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088949

Black with #088949

Text Example


Text Example

White with #088949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088949; }

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

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

background-color css

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

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

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

border-color css

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

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

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