Html Css Color HEX #09854B Salem

📋 copy color: '#09854B'

red 9 ◦ green 133 ◦ blue 75

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

Shades of Salem #09854B

Tints of Salem #09854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

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

R = 4.15%
G = 61.29%
B = 34.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#09854B (or 0x09854B) is known color: Salem. HEX triplet: 09, 85 and 4B. RGB value is (9,133,75). Sum of RGB (Red+Green+Blue) = 9+133+75=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #09854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09854B is #F67AB4. Grayscale: #595959. Windows color (decimal): -16153269 or 4949257. OLE color: 4949257.

HSL color Cylindrical-coordinate representation of color #09854B: hue angle of 151.94º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09854B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 75 -
CMYK 0.93 0 0.44 0.48
HSL 151.94º 0.87% 0.28% -
HSV(B) 151.94º 0.93% 0.52% -
XYZ 9.77 17.34 9.49 -
YUV 89.31 119.92 70.72 -
System Red Green Blue C M Y K H S L
Decimal 9 133 75 0.93 0 0.44 0.48 151.94 0.87 0.28
Hex 9 85 4B 5D 0 2C 30 98 57 1C
Octal 11 205 113 135 0 54 60 230 127 34
Binary 1001 10000101 1001011 1011101 0 101100 110000 10011000 1010111 11100

Color Harmonies of #09854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09854B

Black with #09854B

Text Example


Text Example

White with #09854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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