Html Css Color HEX #3D4A0A Verdun Green

📋 copy color: '#3D4A0A'

red 61 ◦ green 74 ◦ blue 10

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

Shades of Verdun Green #3D4A0A

Tints of Verdun Green #3D4A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.9%

R = 42.07%
G = 51.03%
B = 6.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#3D4A0A (or 0x3D4A0A) is known color: Verdun Green. HEX triplet: 3D, 4A and 0A. RGB value is (61,74,10). Sum of RGB (Red+Green+Blue) = 61+74+10=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4A0A is #C2B5F5. Grayscale: #3F3F3F. Windows color (decimal): -12760566 or 674365. OLE color: 674365.

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

Color convert

RGB 61 74 10 -
CMYK 0.18 0 0.86 0.71
HSL 72.19º 0.76% 0.16% -
HSV(B) 72.19º 0.86% 0.29% -
XYZ 4.43 5.91 1.19 -
YUV 62.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 61 74 10 0.18 0 0.86 0.71 72.19 0.76 0.16
Hex 3D 4A A 12 0 56 47 48 4C 10
Octal 75 112 12 22 0 126 107 110 114 20
Binary 111101 1001010 1010 10010 0 1010110 1000111 1001000 1001100 10000

Color Harmonies of #3D4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A0A

Black with #3D4A0A

Text Example


Text Example

White with #3D4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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