Html Css Color HEX #3D531A Verdun Green

📋 copy color: '#3D531A'

red 61 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #3D531A

Tints of Verdun Green #3D531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 35.88%
G = 48.82%
B = 15.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#3D531A (or 0x3D531A) is known color: Verdun Green. HEX triplet: 3D, 53 and 1A. RGB value is (61,83,26). Sum of RGB (Red+Green+Blue) = 61+83+26=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3D531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D531A is #C2ACE5. Grayscale: #464646. Windows color (decimal): -12758246 or 1725245. OLE color: 1725245.

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

Color convert

RGB 61 83 26 -
CMYK 0.27 0 0.69 0.67
HSL 83.16º 0.52% 0.21% -
HSV(B) 83.16º 0.69% 0.33% -
XYZ 5.2 7.25 2.1 -
YUV 69.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 61 83 26 0.27 0 0.69 0.67 83.16 0.52 0.21
Hex 3D 53 1A 1B 0 45 43 53 34 15
Octal 75 123 32 33 0 105 103 123 64 25
Binary 111101 1010011 11010 11011 0 1000101 1000011 1010011 110100 10101

Color Harmonies of #3D531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D531A

Black with #3D531A

Text Example


Text Example

White with #3D531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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