Html Css Color HEX #036714 Green

📋 copy color: '#036714'

red 3 ◦ green 103 ◦ blue 20

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

Shades of Green #036714

Tints of Green #036714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 81.75%

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

R = 2.38%
G = 81.75%
B = 15.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#036714 (or 0x036714) is known color: Green. HEX triplet: 03, 67 and 14. RGB value is (3,103,20). Sum of RGB (Red+Green+Blue) = 3+103+20=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #036714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036714 is #FC98EB. Grayscale: #3F3F3F. Windows color (decimal): -16554220 or 1337091. OLE color: 1337091.

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

Color convert

RGB 3 103 20 -
CMYK 0.97 0 0.81 0.60
HSL 130.2º 0.94% 0.21% -
HSV(B) 130.2º 0.97% 0.4% -
XYZ 5.01 9.77 2.28 -
YUV 63.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 3 103 20 0.97 0 0.81 0.60 130.2 0.94 0.21
Hex 3 67 14 61 0 51 3C 82 5E 15
Octal 3 147 24 141 0 121 74 202 136 25
Binary 11 1100111 10100 1100001 0 1010001 111100 10000010 1011110 10101

Color Harmonies of #036714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036714

Black with #036714

Text Example


Text Example

White with #036714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036714; }

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

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

background-color css

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

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

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

border-color css

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

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

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