Html Css Color HEX #3D5417 Verdun Green

📋 copy color: '#3D5417'

red 61 ◦ green 84 ◦ blue 23

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

Shades of Verdun Green #3D5417

Tints of Verdun Green #3D5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 13.69%

R = 36.31%
G = 50%
B = 13.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3D5417 (or 0x3D5417) is known color: Verdun Green. HEX triplet: 3D, 54 and 17. RGB value is (61,84,23). Sum of RGB (Red+Green+Blue) = 61+84+23=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5417 is #C2ABE8. Grayscale: #464646. Windows color (decimal): -12757993 or 1528893. OLE color: 1528893.

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

Color convert

RGB 61 84 23 -
CMYK 0.27 0 0.73 0.67
HSL 82.62º 0.57% 0.21% -
HSV(B) 82.62º 0.73% 0.33% -
XYZ 5.25 7.39 1.96 -
YUV 70.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 61 84 23 0.27 0 0.73 0.67 82.62 0.57 0.21
Hex 3D 54 17 1B 0 49 43 53 39 15
Octal 75 124 27 33 0 111 103 123 71 25
Binary 111101 1010100 10111 11011 0 1001001 1000011 1010011 111001 10101

Color Harmonies of #3D5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5417

Black with #3D5417

Text Example


Text Example

White with #3D5417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,84,23); }

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

background-color css

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

 a { background-color: rgb(61,84,23); }

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

border-color css

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

 span { border-color: rgb(61,84,23); }

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