Html Css Color HEX #3D5212 Verdun Green

📋 copy color: '#3D5212'

red 61 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #3D5212

Tints of Verdun Green #3D5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.93%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 37.89%
G = 50.93%
B = 11.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#3D5212 (or 0x3D5212) is known color: Verdun Green. HEX triplet: 3D, 52 and 12. RGB value is (61,82,18). Sum of RGB (Red+Green+Blue) = 61+82+18=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5212 is #C2ADED. Grayscale: #444444. Windows color (decimal): -12758510 or 1200701. OLE color: 1200701.

HSL color Cylindrical-coordinate representation of color #3D5212: hue angle of 79.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D5212 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 18 -
CMYK 0.26 0 0.78 0.68
HSL 79.69º 0.64% 0.2% -
HSV(B) 79.69º 0.78% 0.32% -
XYZ 5.05 7.07 1.67 -
YUV 68.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 61 82 18 0.26 0 0.78 0.68 79.69 0.64 0.2
Hex 3D 52 12 1A 0 4E 44 50 40 14
Octal 75 122 22 32 0 116 104 120 100 24
Binary 111101 1010010 10010 11010 0 1001110 1000100 1010000 1000000 10100

Color Harmonies of #3D5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5212

Black with #3D5212

Text Example


Text Example

White with #3D5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,82,18); }

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

background-color css

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

 a { background-color: rgb(61,82,18); }

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

border-color css

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

 span { border-color: rgb(61,82,18); }

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