Html Css Color HEX #09824B Salem

📋 copy color: '#09824B'

red 9 ◦ green 130 ◦ blue 75

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

Shades of Salem #09824B

Tints of Salem #09824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 4.21%
G = 60.75%
B = 35.05%

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

#09824B (or 0x09824B) is known color: Salem. HEX triplet: 09, 82 and 4B. RGB value is (9,130,75). Sum of RGB (Red+Green+Blue) = 9+130+75=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #09824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09824B is #F67DB4. Grayscale: #575757. Windows color (decimal): -16154037 or 4948489. OLE color: 4948489.

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

Color convert

RGB 9 130 75 -
CMYK 0.93 0 0.42 0.49
HSL 152.73º 0.87% 0.27% -
HSV(B) 152.73º 0.93% 0.51% -
XYZ 9.37 16.53 9.35 -
YUV 87.55 120.91 71.97 -
System Red Green Blue C M Y K H S L
Decimal 9 130 75 0.93 0 0.42 0.49 152.73 0.87 0.27
Hex 9 82 4B 5D 0 2A 31 99 57 1B
Octal 11 202 113 135 0 52 61 231 127 33
Binary 1001 10000010 1001011 1011101 0 101010 110001 10011001 1010111 11011

Color Harmonies of #09824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09824B

Black with #09824B

Text Example


Text Example

White with #09824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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