Html Css Color HEX #098440 Salem

📋 copy color: '#098440'

red 9 ◦ green 132 ◦ blue 64

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

Shades of Salem #098440

Tints of Salem #098440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.39%

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

R = 4.39%
G = 64.39%
B = 31.22%

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

#098440 (or 0x098440) is known color: Salem. HEX triplet: 09, 84 and 40. RGB value is (9,132,64). Sum of RGB (Red+Green+Blue) = 9+132+64=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #098440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098440 is #F67BBF. Grayscale: #575757. Windows color (decimal): -16153536 or 4228105. OLE color: 4228105.

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

Color convert

RGB 9 132 64 -
CMYK 0.93 0 0.52 0.48
HSL 146.83º 0.87% 0.28% -
HSV(B) 146.83º 0.93% 0.52% -
XYZ 9.29 16.93 7.63 -
YUV 87.47 114.75 72.03 -
System Red Green Blue C M Y K H S L
Decimal 9 132 64 0.93 0 0.52 0.48 146.83 0.87 0.28
Hex 9 84 40 5D 0 34 30 93 57 1C
Octal 11 204 100 135 0 64 60 223 127 34
Binary 1001 10000100 1000000 1011101 0 110100 110000 10010011 1010111 11100

Color Harmonies of #098440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098440

Black with #098440

Text Example


Text Example

White with #098440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098440; }

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

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

background-color css

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

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

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

border-color css

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

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

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