Html Css Color HEX #3F570A Verdun Green

📋 copy color: '#3F570A'

red 63 ◦ green 87 ◦ blue 10

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

Shades of Verdun Green #3F570A

Tints of Verdun Green #3F570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 39.38%
G = 54.38%
B = 6.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#3F570A (or 0x3F570A) is known color: Verdun Green. HEX triplet: 3F, 57 and 0A. RGB value is (63,87,10). Sum of RGB (Red+Green+Blue) = 63+87+10=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #3F570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F570A is #C0A8F5. Grayscale: #474747. Windows color (decimal): -12626166 or 677695. OLE color: 677695.

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

Color convert

RGB 63 87 10 -
CMYK 0.28 0 0.89 0.66
HSL 78.7º 0.79% 0.19% -
HSV(B) 78.7º 0.89% 0.34% -
XYZ 5.51 7.9 1.52 -
YUV 71.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 63 87 10 0.28 0 0.89 0.66 78.7 0.79 0.19
Hex 3F 57 A 1C 0 59 42 4F 4F 13
Octal 77 127 12 34 0 131 102 117 117 23
Binary 111111 1010111 1010 11100 0 1011001 1000010 1001111 1001111 10011

Color Harmonies of #3F570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F570A

Black with #3F570A

Text Example


Text Example

White with #3F570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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