Html Css Color HEX #09834F Salem

📋 copy color: '#09834F'

red 9 ◦ green 131 ◦ blue 79

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

Shades of Salem #09834F

Tints of Salem #09834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 4.11%
G = 59.82%
B = 36.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#09834F (or 0x09834F) is known color: Salem. HEX triplet: 09, 83 and 4F. RGB value is (9,131,79). Sum of RGB (Red+Green+Blue) = 9+131+79=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #09834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09834F is #F67CB0. Grayscale: #585858. Windows color (decimal): -16153777 or 5210889. OLE color: 5210889.

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

Color convert

RGB 9 131 79 -
CMYK 0.93 0 0.40 0.49
HSL 154.43º 0.87% 0.27% -
HSV(B) 154.43º 0.93% 0.51% -
XYZ 9.64 16.86 10.14 -
YUV 88.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 9 131 79 0.93 0 0.40 0.49 154.43 0.87 0.27
Hex 9 83 4F 5D 0 28 31 9A 57 1B
Octal 11 203 117 135 0 50 61 232 127 33
Binary 1001 10000011 1001111 1011101 0 101000 110001 10011010 1010111 11011

Color Harmonies of #09834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09834F

Black with #09834F

Text Example


Text Example

White with #09834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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