#3C610B

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

Shades of Verdun Green #3C610B

Tints of Verdun Green #3C610B

Color information

#3C610B (or 0x3C610B) is unknown color: approx Verdun Green. HEX triplet: 3C, 61 and 0B. RGB value is (60,97,11). Sum of RGB (Red+Green+Blue) = 60+97+11=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #3C610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C610B is #C39EF4. Grayscale: #4C4C4C. Windows color (decimal): -12820213 or 745788. OLE color: 745788.

HSL color Cylindrical-coordinate representation of color #3C610B: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C610B is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB609711-
CMYK0.3800.890.62
HSL85.81º79.63%21.18%-
HSV(B)85.81º88.66%38.04%-
XYZ6.29.531.83-
YUV76.1391.24116.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=35.71%
G=57.74%
B=6.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097110.3800.890.6285.8179.6321.18
Hex3C61B260593E565015
Octal74141134601317612612025
Binary11110011000011011100110010110011111101010110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,11); }

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

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

 a { background-color: rgb(60,97,11); }

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

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

 span { border-color: rgb(60,97,11); }

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