Html Css Color HEX #098540 Salem

📋 copy color: '#098540'

red 9 ◦ green 133 ◦ blue 64

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

Shades of Salem #098540

Tints of Salem #098540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

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

R = 4.37%
G = 64.56%
B = 31.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#098540 (or 0x098540) is known color: Salem. HEX triplet: 09, 85 and 40. RGB value is (9,133,64). Sum of RGB (Red+Green+Blue) = 9+133+64=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #098540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098540 is #F67ABF. Grayscale: #585858. Windows color (decimal): -16153280 or 4228361. OLE color: 4228361.

HSL color Cylindrical-coordinate representation of color #098540: hue angle of 146.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098540 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 64 -
CMYK 0.93 0 0.52 0.48
HSL 146.61º 0.87% 0.28% -
HSV(B) 146.61º 0.93% 0.52% -
XYZ 9.43 17.2 7.67 -
YUV 88.06 114.42 71.61 -
System Red Green Blue C M Y K H S L
Decimal 9 133 64 0.93 0 0.52 0.48 146.61 0.87 0.28
Hex 9 85 40 5D 0 34 30 93 57 1C
Octal 11 205 100 135 0 64 60 223 127 34
Binary 1001 10000101 1000000 1011101 0 110100 110000 10010011 1010111 11100

Color Harmonies of #098540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098540

Black with #098540

Text Example


Text Example

White with #098540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098540; }

 p { color: rgb(9,133,64); }

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

background-color css

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

 a { background-color: rgb(9,133,64); }

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

border-color css

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

 span { border-color: rgb(9,133,64); }

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