Html Css Color HEX #3F5019 Verdun Green

📋 copy color: '#3F5019'

red 63 ◦ green 80 ◦ blue 25

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

Shades of Verdun Green #3F5019

Tints of Verdun Green #3F5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 37.5%
G = 47.62%
B = 14.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#3F5019 (or 0x3F5019) is known color: Verdun Green. HEX triplet: 3F, 50 and 19. RGB value is (63,80,25). Sum of RGB (Red+Green+Blue) = 63+80+25=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5019 is #C0AFE6. Grayscale: #444444. Windows color (decimal): -12627943 or 1658943. OLE color: 1658943.

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

Color convert

RGB 63 80 25 -
CMYK 0.21 0 0.69 0.69
HSL 78.55º 0.52% 0.21% -
HSV(B) 78.55º 0.69% 0.31% -
XYZ 5.09 6.86 1.98 -
YUV 68.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 63 80 25 0.21 0 0.69 0.69 78.55 0.52 0.21
Hex 3F 50 19 15 0 45 45 4F 34 15
Octal 77 120 31 25 0 105 105 117 64 25
Binary 111111 1010000 11001 10101 0 1000101 1000101 1001111 110100 10101

Color Harmonies of #3F5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5019

Black with #3F5019

Text Example


Text Example

White with #3F5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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