#03860B

Color #03860B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #03860B

Tints of Green #03860B

Color information

#03860B (or 0x03860B) is unknown color: approx Green. HEX triplet: 03, 86 and 0B. RGB value is (3,134,11). Sum of RGB (Red+Green+Blue) = 3+134+11=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 134 (52.73% from 255 or 90.54% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 134 - color contains mainly: green. Hex color #03860B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03860B is #FC79F4. Grayscale: #515151. Windows color (decimal): -16546293 or 755203. OLE color: 755203.

HSL color Cylindrical-coordinate representation of color #03860B: hue angle of 123.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03860B is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB313411-
CMYK0.9800.920.47
HSL123.66º95.62%26.86%-
HSV(B)123.66º97.76%52.55%-
XYZ8.6217.093.16-
YUV80.8188.672.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 134 (52.73% from 255) = 90.54%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=2.03%
G=90.54%
B=7.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134110.9800.920.47123.6695.6226.86
Hex386B6205C2F7c601b
Octal32061314201345717414033
Binary111000011010111100010010111001011111111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,134,11); }

 H1.HeaderClassName
 {
   color: #03860B;
 }
 .AnyTagClassName
 {
   color: #03860B;
 }
</style>
background-color css

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

 a { background-color: rgb(3,134,11); }

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

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

 span { border-color: rgb(3,134,11); }

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