Html Css Color HEX #3F521A Verdun Green

📋 copy color: '#3F521A'

red 63 ◦ green 82 ◦ blue 26

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

Shades of Verdun Green #3F521A

Tints of Verdun Green #3F521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 36.84%
G = 47.95%
B = 15.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#3F521A (or 0x3F521A) is known color: Verdun Green. HEX triplet: 3F, 52 and 1A. RGB value is (63,82,26). Sum of RGB (Red+Green+Blue) = 63+82+26=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #3F521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F521A is #C0ADE5. Grayscale: #464646. Windows color (decimal): -12627430 or 1724991. OLE color: 1724991.

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

Color convert

RGB 63 82 26 -
CMYK 0.23 0 0.68 0.68
HSL 80.36º 0.52% 0.21% -
HSV(B) 80.36º 0.68% 0.32% -
XYZ 5.25 7.17 2.08 -
YUV 69.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 63 82 26 0.23 0 0.68 0.68 80.36 0.52 0.21
Hex 3F 52 1A 17 0 44 44 50 34 15
Octal 77 122 32 27 0 104 104 120 64 25
Binary 111111 1010010 11010 10111 0 1000100 1000100 1010000 110100 10101

Color Harmonies of #3F521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F521A

Black with #3F521A

Text Example


Text Example

White with #3F521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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