Html Css Color HEX #3F5601 Verdun Green

📋 copy color: '#3F5601'

red 63 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #3F5601

Tints of Verdun Green #3F5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 57.33%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 42%
G = 57.33%
B = 0.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#3F5601 (or 0x3F5601) is known color: Verdun Green. HEX triplet: 3F, 56 and 01. RGB value is (63,86,1). Sum of RGB (Red+Green+Blue) = 63+86+1=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5601 is #C0A9FE. Grayscale: #454545. Windows color (decimal): -12626431 or 87615. OLE color: 87615.

HSL color Cylindrical-coordinate representation of color #3F5601: hue angle of 76.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F5601 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 86 1 -
CMYK 0.27 0 0.99 0.66
HSL 76.24º 0.98% 0.17% -
HSV(B) 76.24º 0.99% 0.34% -
XYZ 5.38 7.71 1.23 -
YUV 69.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 63 86 1 0.27 0 0.99 0.66 76.24 0.98 0.17
Hex 3F 56 1 1B 0 63 42 4C 62 11
Octal 77 126 1 33 0 143 102 114 142 21
Binary 111111 1010110 1 11011 0 1100011 1000010 1001100 1100010 10001

Color Harmonies of #3F5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5601

Black with #3F5601

Text Example


Text Example

White with #3F5601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,86,1); }

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

background-color css

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

 a { background-color: rgb(63,86,1); }

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

border-color css

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

 span { border-color: rgb(63,86,1); }

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