Html Css Color HEX #3D490F Verdun Green

📋 copy color: '#3D490F'

red 61 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #3D490F

Tints of Verdun Green #3D490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.99%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 40.94%
G = 48.99%
B = 10.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#3D490F (or 0x3D490F) is known color: Verdun Green. HEX triplet: 3D, 49 and 0F. RGB value is (61,73,15). Sum of RGB (Red+Green+Blue) = 61+73+15=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #3D490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D490F is #C2B6F0. Grayscale: #3F3F3F. Windows color (decimal): -12760817 or 1001789. OLE color: 1001789.

HSL color Cylindrical-coordinate representation of color #3D490F: hue angle of 72.41º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D490F is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 73 15 -
CMYK 0.16 0 0.79 0.71
HSL 72.41º 0.66% 0.17% -
HSV(B) 72.41º 0.79% 0.29% -
XYZ 4.39 5.79 1.34 -
YUV 62.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 61 73 15 0.16 0 0.79 0.71 72.41 0.66 0.17
Hex 3D 49 F 10 0 4F 47 48 42 11
Octal 75 111 17 20 0 117 107 110 102 21
Binary 111101 1001001 1111 10000 0 1001111 1000111 1001000 1000010 10001

Color Harmonies of #3D490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D490F

Black with #3D490F

Text Example


Text Example

White with #3D490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,15); }

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

background-color css

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

 a { background-color: rgb(61,73,15); }

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

border-color css

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

 span { border-color: rgb(61,73,15); }

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