#3E630B

Color #3E630B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3E630B

Tints of Verdun Green #3E630B

Color information

#3E630B (or 0x3E630B) is unknown color: approx Verdun Green. HEX triplet: 3E, 63 and 0B. RGB value is (62,99,11). Sum of RGB (Red+Green+Blue) = 62+99+11=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #3E630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E630B is #C19CF4. Grayscale: #4E4E4E. Windows color (decimal): -12688629 or 746302. OLE color: 746302.

HSL color Cylindrical-coordinate representation of color #3E630B: hue angle of 85.23º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E630B is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB629911-
CMYK0.3700.890.61
HSL85.23º80%21.57%-
HSV(B)85.23º88.89%38.82%-
XYZ6.519.971.9-
YUV77.990.24116.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=36.05%
G=57.56%
B=6.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299110.3700.890.6185.238021.57
Hex3E63B250593D555016
Octal76143134501317512512026
Binary11111011000111011100101010110011111011010101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,99,11); }

 H1.HeaderClassName
 {
   color: #3E630B;
 }
 .AnyTagClassName
 {
   color: #3E630B;
 }
</style>
background-color css

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

 a { background-color: rgb(62,99,11); }

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

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

 span { border-color: rgb(62,99,11); }

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