Html Css Color HEX #3D6803 Verdun Green

📋 copy color: '#3D6803'

red 61 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #3D6803

Tints of Verdun Green #3D6803

RGB

 RED value IS 61 (24.22% from 255) = 36.31%

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

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 36.31%
G = 61.9%
B = 1.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#3D6803 (or 0x3D6803) is known color: Verdun Green. HEX triplet: 3D, 68 and 03. RGB value is (61,104,3). Sum of RGB (Red+Green+Blue) = 61+104+3=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #3D6803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6803 is #C297FC. Grayscale: #4F4F4F. Windows color (decimal): -12752893 or 223293. OLE color: 223293.

HSL color Cylindrical-coordinate representation of color #3D6803: hue angle of 85.54º 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 #3D6803 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 61 104 3 -
CMYK 0.41 0 0.97 0.59
HSL 85.54º 0.94% 0.21% -
HSV(B) 85.54º 0.97% 0.41% -
XYZ 6.89 10.9 1.83 -
YUV 79.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 61 104 3 0.41 0 0.97 0.59 85.54 0.94 0.21
Hex 3D 68 3 29 0 61 3B 56 5E 15
Octal 75 150 3 51 0 141 73 126 136 25
Binary 111101 1101000 11 101001 0 1100001 111011 1010110 1011110 10101

Color Harmonies of #3D6803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6803

Black with #3D6803

Text Example


Text Example

White with #3D6803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D6803; }

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

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

background-color css

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

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

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

border-color css

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

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

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