Html Css Color HEX #3F501B Verdun Green

📋 copy color: '#3F501B'

red 63 ◦ green 80 ◦ blue 27

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

Shades of Verdun Green #3F501B

Tints of Verdun Green #3F501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 37.06%
G = 47.06%
B = 15.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#3F501B (or 0x3F501B) is known color: Verdun Green. HEX triplet: 3F, 50 and 1B. RGB value is (63,80,27). Sum of RGB (Red+Green+Blue) = 63+80+27=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #3F501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F501B is #C0AFE4. Grayscale: #454545. Windows color (decimal): -12627941 or 1790015. OLE color: 1790015.

HSL color Cylindrical-coordinate representation of color #3F501B: hue angle of 79.25º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F501B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 80 27 -
CMYK 0.21 0 0.66 0.69
HSL 79.25º 0.5% 0.21% -
HSV(B) 79.25º 0.66% 0.31% -
XYZ 5.12 6.87 2.09 -
YUV 68.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 63 80 27 0.21 0 0.66 0.69 79.25 0.5 0.21
Hex 3F 50 1B 15 0 42 45 4F 32 15
Octal 77 120 33 25 0 102 105 117 62 25
Binary 111111 1010000 11011 10101 0 1000010 1000101 1001111 110010 10101

Color Harmonies of #3F501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F501B

Black with #3F501B

Text Example


Text Example

White with #3F501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,27); }

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

background-color css

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

 a { background-color: rgb(63,80,27); }

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

border-color css

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

 span { border-color: rgb(63,80,27); }

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