Html Css Color HEX #036312 Green

📋 copy color: '#036312'

red 3 ◦ green 99 ◦ blue 18

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

Shades of Green #036312

Tints of Green #036312

RGB

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

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

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

R = 2.5%
G = 82.5%
B = 15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#036312 (or 0x036312) is known color: Green. HEX triplet: 03, 63 and 12. RGB value is (3,99,18). Sum of RGB (Red+Green+Blue) = 3+99+18=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #036312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036312 is #FC9CED. Grayscale: #3D3D3D. Windows color (decimal): -16555246 or 1204995. OLE color: 1204995.

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

Color convert

RGB 3 99 18 -
CMYK 0.97 0 0.82 0.61
HSL 129.38º 0.94% 0.2% -
HSV(B) 129.38º 0.97% 0.39% -
XYZ 4.61 8.99 2.06 -
YUV 61.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 3 99 18 0.97 0 0.82 0.61 129.38 0.94 0.2
Hex 3 63 12 61 0 52 3D 81 5E 14
Octal 3 143 22 141 0 122 75 201 136 24
Binary 11 1100011 10010 1100001 0 1010010 111101 10000001 1011110 10100

Color Harmonies of #036312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036312

Black with #036312

Text Example


Text Example

White with #036312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036312; }

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

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

background-color css

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

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

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

border-color css

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

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

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