Html Css Color HEX #3F570D Verdun Green

📋 copy color: '#3F570D'

red 63 ◦ green 87 ◦ blue 13

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

Shades of Verdun Green #3F570D

Tints of Verdun Green #3F570D

RGB

 RED value IS 63 (25% from 255) = 38.65%

 GREEN value IS 87 (34.38% from 255) = 53.37%

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

R = 38.65%
G = 53.37%
B = 7.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#3F570D (or 0x3F570D) is known color: Verdun Green. HEX triplet: 3F, 57 and 0D. RGB value is (63,87,13). Sum of RGB (Red+Green+Blue) = 63+87+13=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570D is #C0A8F2. Grayscale: #474747. Windows color (decimal): -12626163 or 874303. OLE color: 874303.

HSL color Cylindrical-coordinate representation of color #3F570D: hue angle of 79.46º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F570D is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 13 -
CMYK 0.28 0 0.85 0.66
HSL 79.46º 0.74% 0.2% -
HSV(B) 79.46º 0.85% 0.34% -
XYZ 5.53 7.9 1.61 -
YUV 71.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 63 87 13 0.28 0 0.85 0.66 79.46 0.74 0.2
Hex 3F 57 D 1C 0 55 42 4F 4A 14
Octal 77 127 15 34 0 125 102 117 112 24
Binary 111111 1010111 1101 11100 0 1010101 1000010 1001111 1001010 10100

Color Harmonies of #3F570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F570D

Black with #3F570D

Text Example


Text Example

White with #3F570D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,87,13); }

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

background-color css

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

 a { background-color: rgb(63,87,13); }

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

border-color css

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

 span { border-color: rgb(63,87,13); }

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