Html Css Color HEX #3D5518 Verdun Green

📋 copy color: '#3D5518'

red 61 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #3D5518

Tints of Verdun Green #3D5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

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

R = 35.88%
G = 50%
B = 14.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#3D5518 (or 0x3D5518) is known color: Verdun Green. HEX triplet: 3D, 55 and 18. RGB value is (61,85,24). Sum of RGB (Red+Green+Blue) = 61+85+24=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5518 is #C2AAE7. Grayscale: #474747. Windows color (decimal): -12757736 or 1594685. OLE color: 1594685.

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

Color convert

RGB 61 85 24 -
CMYK 0.28 0 0.72 0.67
HSL 83.61º 0.56% 0.21% -
HSV(B) 83.61º 0.72% 0.33% -
XYZ 5.34 7.56 2.04 -
YUV 70.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 61 85 24 0.28 0 0.72 0.67 83.61 0.56 0.21
Hex 3D 55 18 1C 0 48 43 54 38 15
Octal 75 125 30 34 0 110 103 124 70 25
Binary 111101 1010101 11000 11100 0 1001000 1000011 1010100 111000 10101

Color Harmonies of #3D5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5518

Black with #3D5518

Text Example


Text Example

White with #3D5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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