Html Css Color HEX #09863F Salem

📋 copy color: '#09863F'

red 9 ◦ green 134 ◦ blue 63

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

Shades of Salem #09863F

Tints of Salem #09863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.58%

R = 4.37%
G = 65.05%
B = 30.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#09863F (or 0x09863F) is known color: Salem. HEX triplet: 09, 86 and 3F. RGB value is (9,134,63). Sum of RGB (Red+Green+Blue) = 9+134+63=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #09863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09863F is #F679C0. Grayscale: #585858. Windows color (decimal): -16153025 or 4163081. OLE color: 4163081.

HSL color Cylindrical-coordinate representation of color #09863F: hue angle of 145.92º 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 #09863F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 63 -
CMYK 0.93 0 0.53 0.47
HSL 145.92º 0.87% 0.28% -
HSV(B) 145.92º 0.93% 0.53% -
XYZ 9.53 17.47 7.57 -
YUV 88.53 113.59 71.27 -
System Red Green Blue C M Y K H S L
Decimal 9 134 63 0.93 0 0.53 0.47 145.92 0.87 0.28
Hex 9 86 3F 5D 0 35 2F 92 57 1C
Octal 11 206 77 135 0 65 57 222 127 34
Binary 1001 10000110 111111 1011101 0 110101 101111 10010010 1010111 11100

Color Harmonies of #09863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09863F

Black with #09863F

Text Example


Text Example

White with #09863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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