Html Css Color HEX #09854E Salem

📋 copy color: '#09854E'

red 9 ◦ green 133 ◦ blue 78

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

Shades of Salem #09854E

Tints of Salem #09854E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 4.09%
G = 60.45%
B = 35.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#09854E (or 0x09854E) is known color: Salem. HEX triplet: 09, 85 and 4E. RGB value is (9,133,78). Sum of RGB (Red+Green+Blue) = 9+133+78=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #09854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09854E is #F67AB1. Grayscale: #595959. Windows color (decimal): -16153266 or 5145865. OLE color: 5145865.

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

Color convert

RGB 9 133 78 -
CMYK 0.93 0 0.41 0.48
HSL 153.39º 0.87% 0.28% -
HSV(B) 153.39º 0.93% 0.52% -
XYZ 9.88 17.38 10.04 -
YUV 89.65 121.42 70.47 -
System Red Green Blue C M Y K H S L
Decimal 9 133 78 0.93 0 0.41 0.48 153.39 0.87 0.28
Hex 9 85 4E 5D 0 29 30 99 57 1C
Octal 11 205 116 135 0 51 60 231 127 34
Binary 1001 10000101 1001110 1011101 0 101001 110000 10011001 1010111 11100

Color Harmonies of #09854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09854E

Black with #09854E

Text Example


Text Example

White with #09854E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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