Html Css Color HEX #036601 Green

📋 copy color: '#036601'

red 3 ◦ green 102 ◦ blue 1

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

Shades of Green #036601

Tints of Green #036601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 96.23%

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

R = 2.83%
G = 96.23%
B = 0.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#036601 (or 0x036601) is known color: Green. HEX triplet: 03, 66 and 01. RGB value is (3,102,1). Sum of RGB (Red+Green+Blue) = 3+102+1=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 102 (40.23% from 255 or 96.23% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 102 - color contains mainly: green. Hex color #036601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036601 is #FC99FE. Grayscale: #3D3D3D. Windows color (decimal): -16554495 or 91651. OLE color: 91651.

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

Color convert

RGB 3 102 1 -
CMYK 0.97 0 0.99 0.6
HSL 118.81º 0.98% 0.2% -
HSV(B) 118.81º 0.99% 0.4% -
XYZ 4.79 9.52 1.61 -
YUV 60.89 94.2 86.71 -
System Red Green Blue C M Y K H S L
Decimal 3 102 1 0.97 0 0.99 0.6 118.81 0.98 0.2
Hex 3 66 1 61 0 63 3C 77 62 14
Octal 3 146 1 141 0 143 74 167 142 24
Binary 11 1100110 1 1100001 0 1100011 111100 1110111 1100010 10100

Color Harmonies of #036601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036601

Black with #036601

Text Example


Text Example

White with #036601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036601; }

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

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

background-color css

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

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

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

border-color css

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

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

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