Html Css Color HEX #3F5509 Verdun Green

📋 copy color: '#3F5509'

red 63 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #3F5509

Tints of Verdun Green #3F5509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 40.13%
G = 54.14%
B = 5.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#3F5509 (or 0x3F5509) is known color: Verdun Green. HEX triplet: 3F, 55 and 09. RGB value is (63,85,9). Sum of RGB (Red+Green+Blue) = 63+85+9=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5509 is #C0AAF6. Grayscale: #464646. Windows color (decimal): -12626679 or 611647. OLE color: 611647.

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

Color convert

RGB 63 85 9 -
CMYK 0.26 0 0.89 0.67
HSL 77.37º 0.81% 0.18% -
HSV(B) 77.37º 0.89% 0.33% -
XYZ 5.35 7.57 1.44 -
YUV 69.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 63 85 9 0.26 0 0.89 0.67 77.37 0.81 0.18
Hex 3F 55 9 1A 0 59 43 4D 51 12
Octal 77 125 11 32 0 131 103 115 121 22
Binary 111111 1010101 1001 11010 0 1011001 1000011 1001101 1010001 10010

Color Harmonies of #3F5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5509

Black with #3F5509

Text Example


Text Example

White with #3F5509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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