Html Css Color HEX #03680E Green

📋 copy color: '#03680E'

red 3 ◦ green 104 ◦ blue 14

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

Shades of Green #03680E

Tints of Green #03680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 85.95%

 BLUE value IS 14 (5.86% from 255) = 11.57%

R = 2.48%
G = 85.95%
B = 11.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#03680E (or 0x03680E) is known color: Green. HEX triplet: 03, 68 and 0E. RGB value is (3,104,14). Sum of RGB (Red+Green+Blue) = 3+104+14=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #03680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680E is #FC97F1. Grayscale: #3F3F3F. Windows color (decimal): -16553970 or 944131. OLE color: 944131.

HSL color Cylindrical-coordinate representation of color #03680E: hue angle of 126.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03680E is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 14 -
CMYK 0.97 0 0.87 0.59
HSL 126.53º 0.94% 0.21% -
HSV(B) 126.53º 0.97% 0.41% -
XYZ 5.07 9.95 2.07 -
YUV 63.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 3 104 14 0.97 0 0.87 0.59 126.53 0.94 0.21
Hex 3 68 E 61 0 57 3B 7F 5E 15
Octal 3 150 16 141 0 127 73 177 136 25
Binary 11 1101000 1110 1100001 0 1010111 111011 1111111 1011110 10101

Color Harmonies of #03680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03680E

Black with #03680E

Text Example


Text Example

White with #03680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03680E; }

 p { color: rgb(3,104,14); }

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

background-color css

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

 a { background-color: rgb(3,104,14); }

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

border-color css

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

 span { border-color: rgb(3,104,14); }

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