Html Css Color HEX #09824C Salem

📋 copy color: '#09824C'

red 9 ◦ green 130 ◦ blue 76

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

Shades of Salem #09824C

Tints of Salem #09824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

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

R = 4.19%
G = 60.47%
B = 35.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#09824C (or 0x09824C) is known color: Salem. HEX triplet: 09, 82 and 4C. RGB value is (9,130,76). Sum of RGB (Red+Green+Blue) = 9+130+76=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #09824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09824C is #F67DB3. Grayscale: #575757. Windows color (decimal): -16154036 or 5014025. OLE color: 5014025.

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

Color convert

RGB 9 130 76 -
CMYK 0.93 0 0.42 0.49
HSL 153.22º 0.87% 0.27% -
HSV(B) 153.22º 0.93% 0.51% -
XYZ 9.4 16.55 9.54 -
YUV 87.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 9 130 76 0.93 0 0.42 0.49 153.22 0.87 0.27
Hex 9 82 4C 5D 0 2A 31 99 57 1B
Octal 11 202 114 135 0 52 61 231 127 33
Binary 1001 10000010 1001100 1011101 0 101010 110001 10011001 1010111 11011

Color Harmonies of #09824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09824C

Black with #09824C

Text Example


Text Example

White with #09824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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