Html Css Color HEX #036613 Green

📋 copy color: '#036613'

red 3 ◦ green 102 ◦ blue 19

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

Shades of Green #036613

Tints of Green #036613

RGB

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

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

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

R = 2.42%
G = 82.26%
B = 15.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#036613 (or 0x036613) is known color: Green. HEX triplet: 03, 66 and 13. RGB value is (3,102,19). Sum of RGB (Red+Green+Blue) = 3+102+19=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #036613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036613 is #FC99EC. Grayscale: #3F3F3F. Windows color (decimal): -16554477 or 1271299. OLE color: 1271299.

HSL color Cylindrical-coordinate representation of color #036613: hue angle of 129.7º 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 #036613 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 19 -
CMYK 0.97 0 0.81 0.6
HSL 129.7º 0.94% 0.21% -
HSV(B) 129.7º 0.97% 0.4% -
XYZ 4.91 9.57 2.2 -
YUV 62.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 3 102 19 0.97 0 0.81 0.6 129.7 0.94 0.21
Hex 3 66 13 61 0 51 3C 82 5E 15
Octal 3 146 23 141 0 121 74 202 136 25
Binary 11 1100110 10011 1100001 0 1010001 111100 10000010 1011110 10101

Color Harmonies of #036613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036613

Black with #036613

Text Example


Text Example

White with #036613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036613; }

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

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

background-color css

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

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

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

border-color css

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

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

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