Html Css Color HEX #3D6010 Verdun Green

📋 copy color: '#3D6010'

red 61 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #3D6010

Tints of Verdun Green #3D6010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 35.26%
G = 55.49%
B = 9.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#3D6010 (or 0x3D6010) is known color: Verdun Green. HEX triplet: 3D, 60 and 10. RGB value is (61,96,16). Sum of RGB (Red+Green+Blue) = 61+96+16=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6010 is #C29FEF. Grayscale: #4C4C4C. Windows color (decimal): -12754928 or 1073213. OLE color: 1073213.

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

Color convert

RGB 61 96 16 -
CMYK 0.36 0 0.83 0.62
HSL 86.25º 0.71% 0.22% -
HSV(B) 86.25º 0.83% 0.38% -
XYZ 6.2 9.4 1.98 -
YUV 76.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 61 96 16 0.36 0 0.83 0.62 86.25 0.71 0.22
Hex 3D 60 10 24 0 53 3E 56 47 16
Octal 75 140 20 44 0 123 76 126 107 26
Binary 111101 1100000 10000 100100 0 1010011 111110 1010110 1000111 10110

Color Harmonies of #3D6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6010

Black with #3D6010

Text Example


Text Example

White with #3D6010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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