Html Css Color HEX #09854C Salem

📋 copy color: '#09854C'

red 9 ◦ green 133 ◦ blue 76

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

Shades of Salem #09854C

Tints of Salem #09854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 4.13%
G = 61.01%
B = 34.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#09854C (or 0x09854C) is known color: Salem. HEX triplet: 09, 85 and 4C. RGB value is (9,133,76). Sum of RGB (Red+Green+Blue) = 9+133+76=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #09854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09854C is #F67AB3. Grayscale: #595959. Windows color (decimal): -16153268 or 5014793. OLE color: 5014793.

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

Color convert

RGB 9 133 76 -
CMYK 0.93 0 0.43 0.48
HSL 152.42º 0.87% 0.28% -
HSV(B) 152.42º 0.93% 0.52% -
XYZ 9.8 17.35 9.67 -
YUV 89.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 9 133 76 0.93 0 0.43 0.48 152.42 0.87 0.28
Hex 9 85 4C 5D 0 2B 30 98 57 1C
Octal 11 205 114 135 0 53 60 230 127 34
Binary 1001 10000101 1001100 1011101 0 101011 110000 10011000 1010111 11100

Color Harmonies of #09854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09854C

Black with #09854C

Text Example


Text Example

White with #09854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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