Html Css Color HEX #3D5E0D Verdun Green

📋 copy color: '#3D5E0D'

red 61 ◦ green 94 ◦ blue 13

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

Shades of Verdun Green #3D5E0D

Tints of Verdun Green #3D5E0D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 55.95%

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 36.31%
G = 55.95%
B = 7.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#3D5E0D (or 0x3D5E0D) is known color: Verdun Green. HEX triplet: 3D, 5E and 0D. RGB value is (61,94,13). Sum of RGB (Red+Green+Blue) = 61+94+13=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5E0D is #C2A1F2. Grayscale: #4B4B4B. Windows color (decimal): -12755443 or 876093. OLE color: 876093.

HSL color Cylindrical-coordinate representation of color #3D5E0D: hue angle of 84.44º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D5E0D is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 94 13 -
CMYK 0.35 0 0.86 0.63
HSL 84.44º 0.76% 0.21% -
HSV(B) 84.44º 0.86% 0.37% -
XYZ 6 9.03 1.81 -
YUV 74.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 61 94 13 0.35 0 0.86 0.63 84.44 0.76 0.21
Hex 3D 5E D 23 0 56 3F 54 4C 15
Octal 75 136 15 43 0 126 77 124 114 25
Binary 111101 1011110 1101 100011 0 1010110 111111 1010100 1001100 10101

Color Harmonies of #3D5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E0D

Black with #3D5E0D

Text Example


Text Example

White with #3D5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,94,13); }

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

background-color css

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

 a { background-color: rgb(61,94,13); }

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

border-color css

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

 span { border-color: rgb(61,94,13); }

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