#3C670B

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

Shades of Verdun Green #3C670B

Tints of Verdun Green #3C670B

Color information

#3C670B (or 0x3C670B) is unknown color: approx Verdun Green. HEX triplet: 3C, 67 and 0B. RGB value is (60,103,11). Sum of RGB (Red+Green+Blue) = 60+103+11=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #3C670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C670B is #C398F4. Grayscale: #4F4F4F. Windows color (decimal): -12818677 or 747324. OLE color: 747324.

HSL color Cylindrical-coordinate representation of color #3C670B: hue angle of 88.04º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C670B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB6010311-
CMYK0.4200.890.60
HSL88.04º80.7%22.35%-
HSV(B)88.04º89.32%40.39%-
XYZ6.7710.692.02-
YUV79.6689.25113.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 103 (40.62% from 255) = 59.20%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=34.48%
G=59.20%
B=6.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60103110.4200.890.6088.0480.722.35
Hex3C67B2A0593C585116
Octal74147135201317413012126
Binary11110011001111011101010010110011111001011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C670B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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