Html Css Color HEX #3D6004 Verdun Green

📋 copy color: '#3D6004'

red 61 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #3D6004

Tints of Verdun Green #3D6004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 37.89%
G = 59.63%
B = 2.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#3D6004 (or 0x3D6004) is known color: Verdun Green. HEX triplet: 3D, 60 and 04. RGB value is (61,96,4). Sum of RGB (Red+Green+Blue) = 61+96+4=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6004 is #C29FFB. Grayscale: #4B4B4B. Windows color (decimal): -12754940 or 286781. OLE color: 286781.

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

Color convert

RGB 61 96 4 -
CMYK 0.36 0 0.96 0.62
HSL 82.83º 0.92% 0.2% -
HSV(B) 82.83º 0.96% 0.38% -
XYZ 6.13 9.37 1.6 -
YUV 75.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 61 96 4 0.36 0 0.96 0.62 82.83 0.92 0.2
Hex 3D 60 4 24 0 60 3E 53 5C 14
Octal 75 140 4 44 0 140 76 123 134 24
Binary 111101 1100000 100 100100 0 1100000 111110 1010011 1011100 10100

Color Harmonies of #3D6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6004

Black with #3D6004

Text Example


Text Example

White with #3D6004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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