Html Css Color HEX #036800 Green

📋 copy color: '#036800'

red 3 ◦ green 104 ◦ blue 0

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

Shades of Green #036800

Tints of Green #036800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 97.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.8%
G = 97.2%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#036800 (or 0x036800) is known color: Green. HEX triplet: 03, 68 and 00. RGB value is (3,104,0). Sum of RGB (Red+Green+Blue) = 3+104+0=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 104 (41.02% from 255 or 97.20% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 104 - color contains mainly: green. Hex color #036800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036800 is #FC97FF. Grayscale: #3E3E3E. Windows color (decimal): -16553984 or 26627. OLE color: 26627.

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

Color convert

RGB 3 104 0 -
CMYK 0.97 0 1 0.59
HSL 118.27º 1% 0.2% -
HSV(B) 118.27º 1% 0.41% -
XYZ 4.99 9.92 1.65 -
YUV 61.95 93.04 85.96 -
System Red Green Blue C M Y K H S L
Decimal 3 104 0 0.97 0 1 0.59 118.27 1 0.2
Hex 3 68 0 61 0 64 3B 76 64 14
Octal 3 150 0 141 0 144 73 166 144 24
Binary 11 1101000 0 1100001 0 1100100 111011 1110110 1100100 10100

Color Harmonies of #036800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036800

Black with #036800

Text Example


Text Example

White with #036800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036800; }

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

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

background-color css

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

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

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

border-color css

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

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

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