Html Css Color HEX #09854A Salem

📋 copy color: '#09854A'

red 9 ◦ green 133 ◦ blue 74

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

Shades of Salem #09854A

Tints of Salem #09854A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 4.17%
G = 61.57%
B = 34.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#09854A (or 0x09854A) is known color: Salem. HEX triplet: 09, 85 and 4A. RGB value is (9,133,74). Sum of RGB (Red+Green+Blue) = 9+133+74=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #09854A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09854A is #F67AB5. Grayscale: #595959. Windows color (decimal): -16153270 or 4883721. OLE color: 4883721.

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

Color convert

RGB 9 133 74 -
CMYK 0.93 0 0.44 0.48
HSL 151.45º 0.87% 0.28% -
HSV(B) 151.45º 0.93% 0.52% -
XYZ 9.74 17.33 9.31 -
YUV 89.2 119.42 70.8 -
System Red Green Blue C M Y K H S L
Decimal 9 133 74 0.93 0 0.44 0.48 151.45 0.87 0.28
Hex 9 85 4A 5D 0 2C 30 97 57 1C
Octal 11 205 112 135 0 54 60 227 127 34
Binary 1001 10000101 1001010 1011101 0 101100 110000 10010111 1010111 11100

Color Harmonies of #09854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09854A

Black with #09854A

Text Example


Text Example

White with #09854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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