Html Css Color HEX #3D590F Verdun Green

📋 copy color: '#3D590F'

red 61 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #3D590F

Tints of Verdun Green #3D590F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.94%

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

R = 36.97%
G = 53.94%
B = 9.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#3D590F (or 0x3D590F) is known color: Verdun Green. HEX triplet: 3D, 59 and 0F. RGB value is (61,89,15). Sum of RGB (Red+Green+Blue) = 61+89+15=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #3D590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D590F is #C2A6F0. Grayscale: #484848. Windows color (decimal): -12756721 or 1005885. OLE color: 1005885.

HSL color Cylindrical-coordinate representation of color #3D590F: hue angle of 82.7º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D590F is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 15 -
CMYK 0.31 0 0.83 0.65
HSL 82.7º 0.71% 0.2% -
HSV(B) 82.7º 0.83% 0.35% -
XYZ 5.58 8.17 1.73 -
YUV 72.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 61 89 15 0.31 0 0.83 0.65 82.7 0.71 0.2
Hex 3D 59 F 1F 0 53 41 53 47 14
Octal 75 131 17 37 0 123 101 123 107 24
Binary 111101 1011001 1111 11111 0 1010011 1000001 1010011 1000111 10100

Color Harmonies of #3D590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D590F

Black with #3D590F

Text Example


Text Example

White with #3D590F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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