Html Css Color HEX #3F5515 Verdun Green

📋 copy color: '#3F5515'

red 63 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #3F5515

Tints of Verdun Green #3F5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.3%

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

R = 37.28%
G = 50.3%
B = 12.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#3F5515 (or 0x3F5515) is known color: Verdun Green. HEX triplet: 3F, 55 and 15. RGB value is (63,85,21). Sum of RGB (Red+Green+Blue) = 63+85+21=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5515 is #C0AAEA. Grayscale: #474747. Windows color (decimal): -12626667 or 1398079. OLE color: 1398079.

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

Color convert

RGB 63 85 21 -
CMYK 0.26 0 0.75 0.67
HSL 80.63º 0.6% 0.21% -
HSV(B) 80.63º 0.75% 0.33% -
XYZ 5.43 7.61 1.89 -
YUV 71.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 63 85 21 0.26 0 0.75 0.67 80.63 0.6 0.21
Hex 3F 55 15 1A 0 4B 43 51 3C 15
Octal 77 125 25 32 0 113 103 121 74 25
Binary 111111 1010101 10101 11010 0 1001011 1000011 1010001 111100 10101

Color Harmonies of #3F5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5515

Black with #3F5515

Text Example


Text Example

White with #3F5515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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