Html Css Color HEX #09834B Salem

📋 copy color: '#09834B'

red 9 ◦ green 131 ◦ blue 75

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

Shades of Salem #09834B

Tints of Salem #09834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.93%

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

R = 4.19%
G = 60.93%
B = 34.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#09834B (or 0x09834B) is known color: Salem. HEX triplet: 09, 83 and 4B. RGB value is (9,131,75). Sum of RGB (Red+Green+Blue) = 9+131+75=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #09834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09834B is #F67CB4. Grayscale: #585858. Windows color (decimal): -16153781 or 4948745. OLE color: 4948745.

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

Color convert

RGB 9 131 75 -
CMYK 0.93 0 0.43 0.49
HSL 152.46º 0.87% 0.27% -
HSV(B) 152.46º 0.93% 0.51% -
XYZ 9.5 16.8 9.4 -
YUV 88.14 120.58 71.55 -
System Red Green Blue C M Y K H S L
Decimal 9 131 75 0.93 0 0.43 0.49 152.46 0.87 0.27
Hex 9 83 4B 5D 0 2B 31 98 57 1B
Octal 11 203 113 135 0 53 61 230 127 33
Binary 1001 10000011 1001011 1011101 0 101011 110001 10011000 1010111 11011

Color Harmonies of #09834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09834B

Black with #09834B

Text Example


Text Example

White with #09834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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