Html Css Color HEX #3D5218 Verdun Green

📋 copy color: '#3D5218'

red 61 ◦ green 82 ◦ blue 24

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

Shades of Verdun Green #3D5218

Tints of Verdun Green #3D5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 36.53%
G = 49.1%
B = 14.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#3D5218 (or 0x3D5218) is known color: Verdun Green. HEX triplet: 3D, 52 and 18. RGB value is (61,82,24). Sum of RGB (Red+Green+Blue) = 61+82+24=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5218 is #C2ADE7. Grayscale: #454545. Windows color (decimal): -12758504 or 1593917. OLE color: 1593917.

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

Color convert

RGB 61 82 24 -
CMYK 0.26 0 0.71 0.68
HSL 81.72º 0.55% 0.21% -
HSV(B) 81.72º 0.71% 0.32% -
XYZ 5.11 7.09 1.96 -
YUV 69.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 61 82 24 0.26 0 0.71 0.68 81.72 0.55 0.21
Hex 3D 52 18 1A 0 47 44 52 37 15
Octal 75 122 30 32 0 107 104 122 67 25
Binary 111101 1010010 11000 11010 0 1000111 1000100 1010010 110111 10101

Color Harmonies of #3D5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5218

Black with #3D5218

Text Example


Text Example

White with #3D5218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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