Html Css Color HEX #036512 Green

📋 copy color: '#036512'

red 3 ◦ green 101 ◦ blue 18

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

Shades of Green #036512

Tints of Green #036512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 82.79%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 2.46%
G = 82.79%
B = 14.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#036512 (or 0x036512) is known color: Green. HEX triplet: 03, 65 and 12. RGB value is (3,101,18). Sum of RGB (Red+Green+Blue) = 3+101+18=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 101 (39.84% from 255 or 82.79% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 101 - color contains mainly: green. Hex color #036512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036512 is #FC9AED. Grayscale: #3E3E3E. Windows color (decimal): -16554734 or 1205507. OLE color: 1205507.

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

Color convert

RGB 3 101 18 -
CMYK 0.97 0 0.82 0.60
HSL 129.18º 0.94% 0.2% -
HSV(B) 129.18º 0.97% 0.4% -
XYZ 4.8 9.37 2.13 -
YUV 62.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 3 101 18 0.97 0 0.82 0.60 129.18 0.94 0.2
Hex 3 65 12 61 0 52 3C 81 5E 14
Octal 3 145 22 141 0 122 74 201 136 24
Binary 11 1100101 10010 1100001 0 1010010 111100 10000001 1011110 10100

Color Harmonies of #036512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036512

Black with #036512

Text Example


Text Example

White with #036512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036512; }

 p { color: rgb(3,101,18); }

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

background-color css

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

 a { background-color: rgb(3,101,18); }

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

border-color css

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

 span { border-color: rgb(3,101,18); }

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