Html Css Color HEX #09814C Salem

📋 copy color: '#09814C'

red 9 ◦ green 129 ◦ blue 76

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

Shades of Salem #09814C

Tints of Salem #09814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

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

R = 4.21%
G = 60.28%
B = 35.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#09814C (or 0x09814C) is known color: Salem. HEX triplet: 09, 81 and 4C. RGB value is (9,129,76). Sum of RGB (Red+Green+Blue) = 9+129+76=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #09814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09814C is #F67EB3. Grayscale: #575757. Windows color (decimal): -16154292 or 5013769. OLE color: 5013769.

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

Color convert

RGB 9 129 76 -
CMYK 0.93 0 0.41 0.49
HSL 153.5º 0.87% 0.27% -
HSV(B) 153.5º 0.93% 0.51% -
XYZ 9.27 16.28 9.49 -
YUV 87.08 121.74 72.31 -
System Red Green Blue C M Y K H S L
Decimal 9 129 76 0.93 0 0.41 0.49 153.5 0.87 0.27
Hex 9 81 4C 5D 0 29 31 9A 57 1B
Octal 11 201 114 135 0 51 61 232 127 33
Binary 1001 10000001 1001100 1011101 0 101001 110001 10011010 1010111 11011

Color Harmonies of #09814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09814C

Black with #09814C

Text Example


Text Example

White with #09814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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