Html Css Color HEX #036300 Green

📋 copy color: '#036300'

red 3 ◦ green 99 ◦ blue 0

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

Shades of Green #036300

Tints of Green #036300

RGB

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

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

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

R = 2.94%
G = 97.06%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#036300 (or 0x036300) is known color: Green. HEX triplet: 03, 63 and 00. RGB value is (3,99,0). Sum of RGB (Red+Green+Blue) = 3+99+0=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 99 (39.06% from 255 or 97.06% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 99 - color contains mainly: green. Hex color #036300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036300 is #FC9CFF. Grayscale: #3B3B3B. Windows color (decimal): -16555264 or 25347. OLE color: 25347.

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

Color convert

RGB 3 99 0 -
CMYK 0.97 0 1 0.61
HSL 118.18º 1% 0.19% -
HSV(B) 118.18º 1% 0.39% -
XYZ 4.5 8.94 1.49 -
YUV 59.01 94.7 88.05 -
System Red Green Blue C M Y K H S L
Decimal 3 99 0 0.97 0 1 0.61 118.18 1 0.19
Hex 3 63 0 61 0 64 3D 76 64 13
Octal 3 143 0 141 0 144 75 166 144 23
Binary 11 1100011 0 1100001 0 1100100 111101 1110110 1100100 10011

Color Harmonies of #036300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036300

Black with #036300

Text Example


Text Example

White with #036300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036300; }

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

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

background-color css

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

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

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

border-color css

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

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

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