#03680F

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

Shades of Green #03680F

Tints of Green #03680F

Color information

#03680F (or 0x03680F) is unknown color: approx Green. HEX triplet: 03, 68 and 0F. RGB value is (3,104,15). Sum of RGB (Red+Green+Blue) = 3+104+15=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #03680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680F is #FC97F0. Grayscale: #3F3F3F. Windows color (decimal): -16553969 or 1009667. OLE color: 1009667.

HSL color Cylindrical-coordinate representation of color #03680F: hue angle of 127.13º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03680F is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB310415-
CMYK0.9700.860.59
HSL127.13º94.39%20.98%-
HSV(B)127.13º97.12%40.78%-
XYZ5.079.952.11-
YUV63.65100.5484.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 104 (41.02% from 255) = 85.25%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=2.46%
G=85.25%
B=12.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104150.9700.860.59127.1394.3920.98
Hex368F610563B7f5e15
Octal31501714101267317713625
Binary11110100011111100001010101101110111111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,104,15); }

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

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

 a { background-color: rgb(3,104,15); }

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

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

 span { border-color: rgb(3,104,15); }

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