Html Css Color HEX #09824D Salem

📋 copy color: '#09824D'

red 9 ◦ green 130 ◦ blue 77

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

Shades of Salem #09824D

Tints of Salem #09824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 4.17%
G = 60.19%
B = 35.65%

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

#09824D (or 0x09824D) is known color: Salem. HEX triplet: 09, 82 and 4D. RGB value is (9,130,77). Sum of RGB (Red+Green+Blue) = 9+130+77=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #09824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09824D is #F67DB2. Grayscale: #575757. Windows color (decimal): -16154035 or 5079561. OLE color: 5079561.

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

Color convert

RGB 9 130 77 -
CMYK 0.93 0 0.41 0.49
HSL 153.72º 0.87% 0.27% -
HSV(B) 153.72º 0.93% 0.51% -
XYZ 9.43 16.56 9.72 -
YUV 87.78 121.91 71.81 -
System Red Green Blue C M Y K H S L
Decimal 9 130 77 0.93 0 0.41 0.49 153.72 0.87 0.27
Hex 9 82 4D 5D 0 29 31 9A 57 1B
Octal 11 202 115 135 0 51 61 232 127 33
Binary 1001 10000010 1001101 1011101 0 101001 110001 10011010 1010111 11011

Color Harmonies of #09824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09824D

Black with #09824D

Text Example


Text Example

White with #09824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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