Html Css Color HEX #3D4500 Verdun Green

📋 copy color: '#3D4500'

red 61 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #3D4500

Tints of Verdun Green #3D4500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.92%
G = 53.08%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#3D4500 (or 0x3D4500) is known color: Verdun Green. HEX triplet: 3D, 45 and 00. RGB value is (61,69,0). Sum of RGB (Red+Green+Blue) = 61+69+0=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4500 is #C2BAFF. Grayscale: #3B3B3B. Windows color (decimal): -12761856 or 17725. OLE color: 17725.

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

Color convert

RGB 61 69 0 -
CMYK 0.12 0 1 0.73
HSL 66.96º 1% 0.14% -
HSV(B) 66.96º 1% 0.27% -
XYZ 4.05 5.25 0.8 -
YUV 58.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 61 69 0 0.12 0 1 0.73 66.96 1 0.14
Hex 3D 45 0 C 0 64 49 43 64 E
Octal 75 105 0 14 0 144 111 103 144 16
Binary 111101 1000101 0 1100 0 1100100 1001001 1000011 1100100 1110

Color Harmonies of #3D4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4500

Black with #3D4500

Text Example


Text Example

White with #3D4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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