Html Css Color HEX #3F5317 Verdun Green

📋 copy color: '#3F5317'

red 63 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #3F5317

Tints of Verdun Green #3F5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 37.28%
G = 49.11%
B = 13.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#3F5317 (or 0x3F5317) is known color: Verdun Green. HEX triplet: 3F, 53 and 17. RGB value is (63,83,23). Sum of RGB (Red+Green+Blue) = 63+83+23=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5317 is #C0ACE8. Grayscale: #464646. Windows color (decimal): -12627177 or 1528639. OLE color: 1528639.

HSL color Cylindrical-coordinate representation of color #3F5317: hue angle of 80º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5317 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 23 -
CMYK 0.24 0 0.72 0.67
HSL 80º 0.57% 0.21% -
HSV(B) 80º 0.72% 0.33% -
XYZ 5.3 7.31 1.94 -
YUV 70.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 63 83 23 0.24 0 0.72 0.67 80 0.57 0.21
Hex 3F 53 17 18 0 48 43 50 39 15
Octal 77 123 27 30 0 110 103 120 71 25
Binary 111111 1010011 10111 11000 0 1001000 1000011 1010000 111001 10101

Color Harmonies of #3F5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5317

Black with #3F5317

Text Example


Text Example

White with #3F5317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,23); }

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

background-color css

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

 a { background-color: rgb(63,83,23); }

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

border-color css

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

 span { border-color: rgb(63,83,23); }

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