Html Css Color HEX #3F5114 Verdun Green

📋 copy color: '#3F5114'

red 63 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #3F5114

Tints of Verdun Green #3F5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.39%

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 38.41%
G = 49.39%
B = 12.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#3F5114 (or 0x3F5114) is known color: Verdun Green. HEX triplet: 3F, 51 and 14. RGB value is (63,81,20). Sum of RGB (Red+Green+Blue) = 63+81+20=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5114 is #C0AEEB. Grayscale: #444444. Windows color (decimal): -12627692 or 1331519. OLE color: 1331519.

HSL color Cylindrical-coordinate representation of color #3F5114: hue angle of 77.7º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5114 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 81 20 -
CMYK 0.22 0 0.75 0.68
HSL 77.7º 0.6% 0.2% -
HSV(B) 77.7º 0.75% 0.32% -
XYZ 5.12 6.99 1.74 -
YUV 68.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 63 81 20 0.22 0 0.75 0.68 77.7 0.6 0.2
Hex 3F 51 14 16 0 4B 44 4E 3C 14
Octal 77 121 24 26 0 113 104 116 74 24
Binary 111111 1010001 10100 10110 0 1001011 1000100 1001110 111100 10100

Color Harmonies of #3F5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5114

Black with #3F5114

Text Example


Text Example

White with #3F5114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,81,20); }

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

background-color css

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

 a { background-color: rgb(63,81,20); }

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

border-color css

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

 span { border-color: rgb(63,81,20); }

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