#036101

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

Shades of Green #036101

Tints of Green #036101

Color information

#036101 (or 0x036101) is unknown color: approx Green. HEX triplet: 03, 61 and 01. RGB value is (3,97,1). Sum of RGB (Red+Green+Blue) = 3+97+1=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 97 (38.28% from 255 or 96.04% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 97 - color contains mainly: green. Hex color #036101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036101 is #FC9EFE. Grayscale: #3A3A3A. Windows color (decimal): -16555775 or 90371. OLE color: 90371.

HSL color Cylindrical-coordinate representation of color #036101: hue angle of 118.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036101 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB3971-
CMYK0.9700.990.62
HSL118.75º97.96%19.22%-
HSV(B)118.75º98.97%38.04%-
XYZ4.328.571.46-
YUV57.9595.8688.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 97 (38.28% from 255) = 96.04%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=2.97%
G=96.04%
B=0.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal39710.9700.990.62118.7597.9619.22
Hex3611610633E776213
Octal3141114101437616714223
Binary11110000111100001011000111111101110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036101; }

 p { color: rgb(3,97,1); }

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

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

 a { background-color: rgb(3,97,1); }

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

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

 span { border-color: rgb(3,97,1); }

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