Html Css Color HEX #3D4702 Verdun Green

📋 copy color: '#3D4702'

red 61 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #3D4702

Tints of Verdun Green #3D4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.99%

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 45.52%
G = 52.99%
B = 1.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#3D4702 (or 0x3D4702) is known color: Verdun Green. HEX triplet: 3D, 47 and 02. RGB value is (61,71,2). Sum of RGB (Red+Green+Blue) = 61+71+2=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4702 is #C2B8FD. Grayscale: #3C3C3C. Windows color (decimal): -12761342 or 149309. OLE color: 149309.

HSL color Cylindrical-coordinate representation of color #3D4702: hue angle of 68.7º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D4702 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 71 2 -
CMYK 0.14 0 0.97 0.72
HSL 68.7º 0.95% 0.14% -
HSV(B) 68.7º 0.97% 0.28% -
XYZ 4.19 5.5 0.9 -
YUV 60.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 61 71 2 0.14 0 0.97 0.72 68.7 0.95 0.14
Hex 3D 47 2 E 0 61 48 45 5F E
Octal 75 107 2 16 0 141 110 105 137 16
Binary 111101 1000111 10 1110 0 1100001 1001000 1000101 1011111 1110

Color Harmonies of #3D4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4702

Black with #3D4702

Text Example


Text Example

White with #3D4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,71,2); }

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

background-color css

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

 a { background-color: rgb(61,71,2); }

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

border-color css

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

 span { border-color: rgb(61,71,2); }

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