Html Css Color HEX #3F5215 Verdun Green

📋 copy color: '#3F5215'

red 63 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #3F5215

Tints of Verdun Green #3F5215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.4%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 37.95%
G = 49.4%
B = 12.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#3F5215 (or 0x3F5215) is known color: Verdun Green. HEX triplet: 3F, 52 and 15. RGB value is (63,82,21). Sum of RGB (Red+Green+Blue) = 63+82+21=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5215 is #C0ADEA. Grayscale: #454545. Windows color (decimal): -12627435 or 1397311. OLE color: 1397311.

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

Color convert

RGB 63 82 21 -
CMYK 0.23 0 0.74 0.68
HSL 78.69º 0.59% 0.2% -
HSV(B) 78.69º 0.74% 0.32% -
XYZ 5.2 7.15 1.81 -
YUV 69.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 63 82 21 0.23 0 0.74 0.68 78.69 0.59 0.2
Hex 3F 52 15 17 0 4A 44 4F 3B 14
Octal 77 122 25 27 0 112 104 117 73 24
Binary 111111 1010010 10101 10111 0 1001010 1000100 1001111 111011 10100

Color Harmonies of #3F5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5215

Black with #3F5215

Text Example


Text Example

White with #3F5215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,21); }

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

background-color css

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

 a { background-color: rgb(63,82,21); }

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

border-color css

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

 span { border-color: rgb(63,82,21); }

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