Html Css Color HEX #3D6014 Verdun Green

📋 copy color: '#3D6014'

red 61 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #3D6014

Tints of Verdun Green #3D6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.24%

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

R = 34.46%
G = 54.24%
B = 11.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#3D6014 (or 0x3D6014) is known color: Verdun Green. HEX triplet: 3D, 60 and 14. RGB value is (61,96,20). Sum of RGB (Red+Green+Blue) = 61+96+20=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6014 is #C29FEB. Grayscale: #4D4D4D. Windows color (decimal): -12754924 or 1335357. OLE color: 1335357.

HSL color Cylindrical-coordinate representation of color #3D6014: hue angle of 87.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D6014 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 20 -
CMYK 0.36 0 0.79 0.62
HSL 87.63º 0.66% 0.23% -
HSV(B) 87.63º 0.79% 0.38% -
XYZ 6.23 9.41 2.15 -
YUV 76.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 61 96 20 0.36 0 0.79 0.62 87.63 0.66 0.23
Hex 3D 60 14 24 0 4F 3E 58 42 17
Octal 75 140 24 44 0 117 76 130 102 27
Binary 111101 1100000 10100 100100 0 1001111 111110 1011000 1000010 10111

Color Harmonies of #3D6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6014

Black with #3D6014

Text Example


Text Example

White with #3D6014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,20); }

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

background-color css

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

 a { background-color: rgb(61,96,20); }

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

border-color css

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

 span { border-color: rgb(61,96,20); }

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