Html Css Color HEX #3D480D Verdun Green

📋 copy color: '#3D480D'

red 61 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #3D480D

Tints of Verdun Green #3D480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 41.78%
G = 49.32%
B = 8.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3D480D (or 0x3D480D) is known color: Verdun Green. HEX triplet: 3D, 48 and 0D. RGB value is (61,72,13). Sum of RGB (Red+Green+Blue) = 61+72+13=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #3D480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D480D is #C2B7F2. Grayscale: #3E3E3E. Windows color (decimal): -12761075 or 870461. OLE color: 870461.

HSL color Cylindrical-coordinate representation of color #3D480D: hue angle of 71.19º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D480D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 13 -
CMYK 0.15 0 0.82 0.72
HSL 71.19º 0.69% 0.17% -
HSV(B) 71.19º 0.82% 0.28% -
XYZ 4.31 5.66 1.25 -
YUV 61.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 61 72 13 0.15 0 0.82 0.72 71.19 0.69 0.17
Hex 3D 48 D F 0 52 48 47 45 11
Octal 75 110 15 17 0 122 110 107 105 21
Binary 111101 1001000 1101 1111 0 1010010 1001000 1000111 1000101 10001

Color Harmonies of #3D480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D480D

Black with #3D480D

Text Example


Text Example

White with #3D480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,13); }

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

background-color css

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

 a { background-color: rgb(61,72,13); }

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

border-color css

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

 span { border-color: rgb(61,72,13); }

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