Html Css Color HEX #098044 Salem

📋 copy color: '#098044'

red 9 ◦ green 128 ◦ blue 68

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

Shades of Salem #098044

Tints of Salem #098044

RGB

 RED value IS 9 (3.91% from 255) = 4.39%

 GREEN value IS 128 (50.39% from 255) = 62.44%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 4.39%
G = 62.44%
B = 33.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#098044 (or 0x098044) is known color: Salem. HEX triplet: 09, 80 and 44. RGB value is (9,128,68). Sum of RGB (Red+Green+Blue) = 9+128+68=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #098044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098044 is #F67FBB. Grayscale: #555555. Windows color (decimal): -16154556 or 4489225. OLE color: 4489225.

HSL color Cylindrical-coordinate representation of color #098044: hue angle of 149.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098044 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 68 -
CMYK 0.93 0 0.47 0.50
HSL 149.75º 0.87% 0.27% -
HSV(B) 149.75º 0.93% 0.5% -
XYZ 8.88 15.91 8.07 -
YUV 85.58 118.08 73.38 -
System Red Green Blue C M Y K H S L
Decimal 9 128 68 0.93 0 0.47 0.50 149.75 0.87 0.27
Hex 9 80 44 5D 0 2F 32 96 57 1B
Octal 11 200 104 135 0 57 62 226 127 33
Binary 1001 10000000 1000100 1011101 0 101111 110010 10010110 1010111 11011

Color Harmonies of #098044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098044

Black with #098044

Text Example


Text Example

White with #098044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098044; }

 p { color: rgb(9,128,68); }

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

background-color css

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

 a { background-color: rgb(9,128,68); }

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

border-color css

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

 span { border-color: rgb(9,128,68); }

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