Html Css Color HEX #3F5508 Verdun Green

📋 copy color: '#3F5508'

red 63 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #3F5508

Tints of Verdun Green #3F5508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 40.38%
G = 54.49%
B = 5.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#3F5508 (or 0x3F5508) is known color: Verdun Green. HEX triplet: 3F, 55 and 08. RGB value is (63,85,8). Sum of RGB (Red+Green+Blue) = 63+85+8=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5508 is #C0AAF7. Grayscale: #454545. Windows color (decimal): -12626680 or 546111. OLE color: 546111.

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

Color convert

RGB 63 85 8 -
CMYK 0.26 0 0.91 0.67
HSL 77.14º 0.83% 0.18% -
HSV(B) 77.14º 0.91% 0.33% -
XYZ 5.34 7.57 1.41 -
YUV 69.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 63 85 8 0.26 0 0.91 0.67 77.14 0.83 0.18
Hex 3F 55 8 1A 0 5B 43 4D 53 12
Octal 77 125 10 32 0 133 103 115 123 22
Binary 111111 1010101 1000 11010 0 1011011 1000011 1001101 1010011 10010

Color Harmonies of #3F5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5508

Black with #3F5508

Text Example


Text Example

White with #3F5508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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