Html Css Color HEX #09863E Salem

📋 copy color: '#09863E'

red 9 ◦ green 134 ◦ blue 62

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

Shades of Salem #09863E

Tints of Salem #09863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.37%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 4.39%
G = 65.37%
B = 30.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#09863E (or 0x09863E) is known color: Salem. HEX triplet: 09, 86 and 3E. RGB value is (9,134,62). Sum of RGB (Red+Green+Blue) = 9+134+62=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #09863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09863E is #F679C1. Grayscale: #585858. Windows color (decimal): -16153026 or 4097545. OLE color: 4097545.

HSL color Cylindrical-coordinate representation of color #09863E: hue angle of 145.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09863E is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 62 -
CMYK 0.93 0 0.54 0.47
HSL 145.44º 0.87% 0.28% -
HSV(B) 145.44º 0.93% 0.53% -
XYZ 9.51 17.46 7.43 -
YUV 88.42 113.09 71.35 -
System Red Green Blue C M Y K H S L
Decimal 9 134 62 0.93 0 0.54 0.47 145.44 0.87 0.28
Hex 9 86 3E 5D 0 36 2F 91 57 1C
Octal 11 206 76 135 0 66 57 221 127 34
Binary 1001 10000110 111110 1011101 0 110110 101111 10010001 1010111 11100

Color Harmonies of #09863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09863E

Black with #09863E

Text Example


Text Example

White with #09863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09863E; }

 p { color: rgb(9,134,62); }

 H1.HeaderClassName
 {
   color: #09863E;
 }
 .AnyTagClassName
 {
   color: #09863E;
 }
</style>

background-color css

<style>
 a { background-color: #09863E; }

 a { background-color: rgb(9,134,62); }

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

border-color css

<style>
 span { border-color: #09863E; }

 span { border-color: rgb(9,134,62); }

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