Html Css Color HEX #09854D Salem

📋 copy color: '#09854D'

red 9 ◦ green 133 ◦ blue 77

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

Shades of Salem #09854D

Tints of Salem #09854D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 4.11%
G = 60.73%
B = 35.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#09854D (or 0x09854D) is known color: Salem. HEX triplet: 09, 85 and 4D. RGB value is (9,133,77). Sum of RGB (Red+Green+Blue) = 9+133+77=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #09854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09854D is #F67AB2. Grayscale: #595959. Windows color (decimal): -16153267 or 5080329. OLE color: 5080329.

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

Color convert

RGB 9 133 77 -
CMYK 0.93 0 0.42 0.48
HSL 152.9º 0.87% 0.28% -
HSV(B) 152.9º 0.93% 0.52% -
XYZ 9.84 17.37 9.86 -
YUV 89.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 9 133 77 0.93 0 0.42 0.48 152.9 0.87 0.28
Hex 9 85 4D 5D 0 2A 30 99 57 1C
Octal 11 205 115 135 0 52 60 231 127 34
Binary 1001 10000101 1001101 1011101 0 101010 110000 10011001 1010111 11100

Color Harmonies of #09854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09854D

Black with #09854D

Text Example


Text Example

White with #09854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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