Html Css Color HEX #036301 Green

📋 copy color: '#036301'

red 3 ◦ green 99 ◦ blue 1

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

Shades of Green #036301

Tints of Green #036301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 96.12%

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

R = 2.91%
G = 96.12%
B = 0.97%

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

#036301 (or 0x036301) is known color: Green. HEX triplet: 03, 63 and 01. RGB value is (3,99,1). Sum of RGB (Red+Green+Blue) = 3+99+1=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 99 (39.06% from 255 or 96.12% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 99 - color contains mainly: green. Hex color #036301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036301 is #FC9CFE. Grayscale: #3B3B3B. Windows color (decimal): -16555263 or 90883. OLE color: 90883.

HSL color Cylindrical-coordinate representation of color #036301: hue angle of 118.78º 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 #036301 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 1 -
CMYK 0.97 0 0.99 0.61
HSL 118.78º 0.98% 0.2% -
HSV(B) 118.78º 0.99% 0.39% -
XYZ 4.5 8.95 1.52 -
YUV 59.12 95.2 87.97 -
System Red Green Blue C M Y K H S L
Decimal 3 99 1 0.97 0 0.99 0.61 118.78 0.98 0.2
Hex 3 63 1 61 0 63 3D 77 62 14
Octal 3 143 1 141 0 143 75 167 142 24
Binary 11 1100011 1 1100001 0 1100011 111101 1110111 1100010 10100

Color Harmonies of #036301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036301

Black with #036301

Text Example


Text Example

White with #036301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036301; }

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

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

background-color css

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

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

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

border-color css

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

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

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