Html Css Color HEX #3D6013 Verdun Green

📋 copy color: '#3D6013'

red 61 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #3D6013

Tints of Verdun Green #3D6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 34.66%
G = 54.55%
B = 10.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#3D6013 (or 0x3D6013) is known color: Verdun Green. HEX triplet: 3D, 60 and 13. RGB value is (61,96,19). Sum of RGB (Red+Green+Blue) = 61+96+19=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6013 is #C29FEC. Grayscale: #4D4D4D. Windows color (decimal): -12754925 or 1269821. OLE color: 1269821.

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

Color convert

RGB 61 96 19 -
CMYK 0.36 0 0.80 0.62
HSL 87.27º 0.67% 0.23% -
HSV(B) 87.27º 0.8% 0.38% -
XYZ 6.22 9.4 2.1 -
YUV 76.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 61 96 19 0.36 0 0.80 0.62 87.27 0.67 0.23
Hex 3D 60 13 24 0 50 3E 57 43 17
Octal 75 140 23 44 0 120 76 127 103 27
Binary 111101 1100000 10011 100100 0 1010000 111110 1010111 1000011 10111

Color Harmonies of #3D6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6013

Black with #3D6013

Text Example


Text Example

White with #3D6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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