Html Css Color HEX #036614 Green

📋 copy color: '#036614'

red 3 ◦ green 102 ◦ blue 20

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

Shades of Green #036614

Tints of Green #036614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 2.4%
G = 81.6%
B = 16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#036614 (or 0x036614) is known color: Green. HEX triplet: 03, 66 and 14. RGB value is (3,102,20). Sum of RGB (Red+Green+Blue) = 3+102+20=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #036614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036614 is #FC99EB. Grayscale: #3F3F3F. Windows color (decimal): -16554476 or 1336835. OLE color: 1336835.

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

Color convert

RGB 3 102 20 -
CMYK 0.97 0 0.80 0.6
HSL 130.3º 0.94% 0.21% -
HSV(B) 130.3º 0.97% 0.4% -
XYZ 4.92 9.57 2.25 -
YUV 63.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 3 102 20 0.97 0 0.80 0.6 130.3 0.94 0.21
Hex 3 66 14 61 0 50 3C 82 5E 15
Octal 3 146 24 141 0 120 74 202 136 25
Binary 11 1100110 10100 1100001 0 1010000 111100 10000010 1011110 10101

Color Harmonies of #036614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036614

Black with #036614

Text Example


Text Example

White with #036614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036614; }

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

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

background-color css

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

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

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

border-color css

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

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

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