Html Css Color HEX #3F5301 Verdun Green

📋 copy color: '#3F5301'

red 63 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #3F5301

Tints of Verdun Green #3F5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

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

R = 42.86%
G = 56.46%
B = 0.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#3F5301 (or 0x3F5301) is known color: Verdun Green. HEX triplet: 3F, 53 and 01. RGB value is (63,83,1). Sum of RGB (Red+Green+Blue) = 63+83+1=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5301 is #C0ACFE. Grayscale: #434343. Windows color (decimal): -12627199 or 86847. OLE color: 86847.

HSL color Cylindrical-coordinate representation of color #3F5301: hue angle of 74.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F5301 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 1 -
CMYK 0.24 0 0.99 0.67
HSL 74.63º 0.98% 0.16% -
HSV(B) 74.63º 0.99% 0.33% -
XYZ 5.15 7.25 1.16 -
YUV 67.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 63 83 1 0.24 0 0.99 0.67 74.63 0.98 0.16
Hex 3F 53 1 18 0 63 43 4B 62 10
Octal 77 123 1 30 0 143 103 113 142 20
Binary 111111 1010011 1 11000 0 1100011 1000011 1001011 1100010 10000

Color Harmonies of #3F5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5301

Black with #3F5301

Text Example


Text Example

White with #3F5301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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