Html Css Color HEX #3D5319 Verdun Green

📋 copy color: '#3D5319'

red 61 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #3D5319

Tints of Verdun Green #3D5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 36.09%
G = 49.11%
B = 14.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#3D5319 (or 0x3D5319) is known color: Verdun Green. HEX triplet: 3D, 53 and 19. RGB value is (61,83,25). Sum of RGB (Red+Green+Blue) = 61+83+25=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5319 is #C2ACE6. Grayscale: #464646. Windows color (decimal): -12758247 or 1659709. OLE color: 1659709.

HSL color Cylindrical-coordinate representation of color #3D5319: hue angle of 82.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D5319 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 25 -
CMYK 0.27 0 0.70 0.67
HSL 82.76º 0.54% 0.21% -
HSV(B) 82.76º 0.7% 0.33% -
XYZ 5.19 7.25 2.05 -
YUV 69.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 61 83 25 0.27 0 0.70 0.67 82.76 0.54 0.21
Hex 3D 53 19 1B 0 46 43 53 36 15
Octal 75 123 31 33 0 106 103 123 66 25
Binary 111101 1010011 11001 11011 0 1000110 1000011 1010011 110110 10101

Color Harmonies of #3D5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5319

Black with #3D5319

Text Example


Text Example

White with #3D5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,25); }

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

background-color css

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

 a { background-color: rgb(61,83,25); }

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

border-color css

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

 span { border-color: rgb(61,83,25); }

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