Html Css Color HEX #3D4A06 Verdun Green

📋 copy color: '#3D4A06'

red 61 ◦ green 74 ◦ blue 6

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

Shades of Verdun Green #3D4A06

Tints of Verdun Green #3D4A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.48%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 43.26%
G = 52.48%
B = 4.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#3D4A06 (or 0x3D4A06) is known color: Verdun Green. HEX triplet: 3D, 4A and 06. RGB value is (61,74,6). Sum of RGB (Red+Green+Blue) = 61+74+6=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4A06 is #C2B5F9. Grayscale: #3E3E3E. Windows color (decimal): -12760570 or 412221. OLE color: 412221.

HSL color Cylindrical-coordinate representation of color #3D4A06: hue angle of 71.47º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D4A06 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 74 6 -
CMYK 0.18 0 0.92 0.71
HSL 71.47º 0.85% 0.16% -
HSV(B) 71.47º 0.92% 0.29% -
XYZ 4.41 5.9 1.08 -
YUV 62.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 61 74 6 0.18 0 0.92 0.71 71.47 0.85 0.16
Hex 3D 4A 6 12 0 5C 47 47 55 10
Octal 75 112 6 22 0 134 107 107 125 20
Binary 111101 1001010 110 10010 0 1011100 1000111 1000111 1010101 10000

Color Harmonies of #3D4A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A06

Black with #3D4A06

Text Example


Text Example

White with #3D4A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,74,6); }

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

background-color css

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

 a { background-color: rgb(61,74,6); }

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

border-color css

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

 span { border-color: rgb(61,74,6); }

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