Html Css Color HEX #098042 Salem

📋 copy color: '#098042'

red 9 ◦ green 128 ◦ blue 66

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

Shades of Salem #098042

Tints of Salem #098042

RGB

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

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

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

R = 4.43%
G = 63.05%
B = 32.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#098042 (or 0x098042) is known color: Salem. HEX triplet: 09, 80 and 42. RGB value is (9,128,66). Sum of RGB (Red+Green+Blue) = 9+128+66=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #098042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098042 is #F67FBD. Grayscale: #555555. Windows color (decimal): -16154558 or 4358153. OLE color: 4358153.

HSL color Cylindrical-coordinate representation of color #098042: hue angle of 148.74º 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 #098042 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 128 66 -
CMYK 0.93 0 0.48 0.50
HSL 148.74º 0.87% 0.27% -
HSV(B) 148.74º 0.93% 0.5% -
XYZ 8.82 15.89 7.76 -
YUV 85.35 117.08 73.54 -
System Red Green Blue C M Y K H S L
Decimal 9 128 66 0.93 0 0.48 0.50 148.74 0.87 0.27
Hex 9 80 42 5D 0 30 32 95 57 1B
Octal 11 200 102 135 0 60 62 225 127 33
Binary 1001 10000000 1000010 1011101 0 110000 110010 10010101 1010111 11011

Color Harmonies of #098042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098042

Black with #098042

Text Example


Text Example

White with #098042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098042; }

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

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

background-color css

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

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

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

border-color css

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

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

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