Html Css Color HEX #098341 Salem

📋 copy color: '#098341'

red 9 ◦ green 131 ◦ blue 65

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

Shades of Salem #098341

Tints of Salem #098341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 4.39%
G = 63.9%
B = 31.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#098341 (or 0x098341) is known color: Salem. HEX triplet: 09, 83 and 41. RGB value is (9,131,65). Sum of RGB (Red+Green+Blue) = 9+131+65=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #098341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098341 is #F67CBE. Grayscale: #575757. Windows color (decimal): -16153791 or 4293385. OLE color: 4293385.

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

Color convert

RGB 9 131 65 -
CMYK 0.93 0 0.50 0.49
HSL 147.54º 0.87% 0.27% -
HSV(B) 147.54º 0.93% 0.51% -
XYZ 9.18 16.67 7.74 -
YUV 87 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 9 131 65 0.93 0 0.50 0.49 147.54 0.87 0.27
Hex 9 83 41 5D 0 32 31 94 57 1B
Octal 11 203 101 135 0 62 61 224 127 33
Binary 1001 10000011 1000001 1011101 0 110010 110001 10010100 1010111 11011

Color Harmonies of #098341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098341

Black with #098341

Text Example


Text Example

White with #098341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098341; }

 p { color: rgb(9,131,65); }

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

background-color css

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

 a { background-color: rgb(9,131,65); }

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

border-color css

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

 span { border-color: rgb(9,131,65); }

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