Html Css Color HEX #036313 Green

📋 copy color: '#036313'

red 3 ◦ green 99 ◦ blue 19

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

Shades of Green #036313

Tints of Green #036313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 2.48%
G = 81.82%
B = 15.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#036313 (or 0x036313) is known color: Green. HEX triplet: 03, 63 and 13. RGB value is (3,99,19). Sum of RGB (Red+Green+Blue) = 3+99+19=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #036313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036313 is #FC9CEC. Grayscale: #3D3D3D. Windows color (decimal): -16555245 or 1270531. OLE color: 1270531.

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

Color convert

RGB 3 99 19 -
CMYK 0.97 0 0.81 0.61
HSL 130º 0.94% 0.2% -
HSV(B) 130º 0.97% 0.39% -
XYZ 4.62 8.99 2.11 -
YUV 61.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 3 99 19 0.97 0 0.81 0.61 130 0.94 0.2
Hex 3 63 13 61 0 51 3D 82 5E 14
Octal 3 143 23 141 0 121 75 202 136 24
Binary 11 1100011 10011 1100001 0 1010001 111101 10000010 1011110 10100

Color Harmonies of #036313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036313

Black with #036313

Text Example


Text Example

White with #036313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036313; }

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

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

background-color css

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

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

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

border-color css

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

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

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