Html Css Color HEX #098345 Salem

📋 copy color: '#098345'

red 9 ◦ green 131 ◦ blue 69

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

Shades of Salem #098345

Tints of Salem #098345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 4.31%
G = 62.68%
B = 33.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#098345 (or 0x098345) is known color: Salem. HEX triplet: 09, 83 and 45. RGB value is (9,131,69). Sum of RGB (Red+Green+Blue) = 9+131+69=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #098345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098345 is #F67CBA. Grayscale: #575757. Windows color (decimal): -16153787 or 4555529. OLE color: 4555529.

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

Color convert

RGB 9 131 69 -
CMYK 0.93 0 0.47 0.49
HSL 149.51º 0.87% 0.27% -
HSV(B) 149.51º 0.93% 0.51% -
XYZ 9.3 16.72 8.37 -
YUV 87.45 117.58 72.04 -
System Red Green Blue C M Y K H S L
Decimal 9 131 69 0.93 0 0.47 0.49 149.51 0.87 0.27
Hex 9 83 45 5D 0 2F 31 96 57 1B
Octal 11 203 105 135 0 57 61 226 127 33
Binary 1001 10000011 1000101 1011101 0 101111 110001 10010110 1010111 11011

Color Harmonies of #098345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098345

Black with #098345

Text Example


Text Example

White with #098345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098345; }

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

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

background-color css

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

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

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

border-color css

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

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

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