Html Css Color HEX #036401 Green

📋 copy color: '#036401'

red 3 ◦ green 100 ◦ blue 1

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

Shades of Green #036401

Tints of Green #036401

RGB

 RED value IS 3 (1.56% from 255) = 2.88%

 GREEN value IS 100 (39.45% from 255) = 96.15%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 2.88%
G = 96.15%
B = 0.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#036401 (or 0x036401) is known color: Green. HEX triplet: 03, 64 and 01. RGB value is (3,100,1). Sum of RGB (Red+Green+Blue) = 3+100+1=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 100 (39.45% from 255 or 96.15% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 100 - color contains mainly: green. Hex color #036401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036401 is #FC9BFE. Grayscale: #3C3C3C. Windows color (decimal): -16555007 or 91139. OLE color: 91139.

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

Color convert

RGB 3 100 1 -
CMYK 0.97 0 0.99 0.61
HSL 118.79º 0.98% 0.2% -
HSV(B) 118.79º 0.99% 0.39% -
XYZ 4.6 9.14 1.55 -
YUV 59.71 94.86 87.55 -
System Red Green Blue C M Y K H S L
Decimal 3 100 1 0.97 0 0.99 0.61 118.79 0.98 0.2
Hex 3 64 1 61 0 63 3D 77 62 14
Octal 3 144 1 141 0 143 75 167 142 24
Binary 11 1100100 1 1100001 0 1100011 111101 1110111 1100010 10100

Color Harmonies of #036401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036401

Black with #036401

Text Example


Text Example

White with #036401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036401; }

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

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

background-color css

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

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

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

border-color css

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

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

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