Html Css Color HEX #3D4501 Verdun Green

📋 copy color: '#3D4501'

red 61 ◦ green 69 ◦ blue 1

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

Shades of Verdun Green #3D4501

Tints of Verdun Green #3D4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 46.56%
G = 52.67%
B = 0.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#3D4501 (or 0x3D4501) is known color: Verdun Green. HEX triplet: 3D, 45 and 01. RGB value is (61,69,1). Sum of RGB (Red+Green+Blue) = 61+69+1=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4501 is #C2BAFE. Grayscale: #3B3B3B. Windows color (decimal): -12761855 or 83261. OLE color: 83261.

HSL color Cylindrical-coordinate representation of color #3D4501: hue angle of 67.06º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D4501 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 1 -
CMYK 0.12 0 0.99 0.73
HSL 67.06º 0.97% 0.14% -
HSV(B) 67.06º 0.99% 0.27% -
XYZ 4.06 5.25 0.83 -
YUV 58.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 61 69 1 0.12 0 0.99 0.73 67.06 0.97 0.14
Hex 3D 45 1 C 0 63 49 43 61 E
Octal 75 105 1 14 0 143 111 103 141 16
Binary 111101 1000101 1 1100 0 1100011 1001001 1000011 1100001 1110

Color Harmonies of #3D4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4501

Black with #3D4501

Text Example


Text Example

White with #3D4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,69,1); }

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

background-color css

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

 a { background-color: rgb(61,69,1); }

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

border-color css

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

 span { border-color: rgb(61,69,1); }

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