#3C650B

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

Shades of Verdun Green #3C650B

Tints of Verdun Green #3C650B

Color information

#3C650B (or 0x3C650B) is unknown color: approx Verdun Green. HEX triplet: 3C, 65 and 0B. RGB value is (60,101,11). Sum of RGB (Red+Green+Blue) = 60+101+11=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #3C650B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C650B is #C39AF4. Grayscale: #4E4E4E. Windows color (decimal): -12819189 or 746812. OLE color: 746812.

HSL color Cylindrical-coordinate representation of color #3C650B: hue angle of 87.33º degrees, saturation: 0.8, 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 #3C650B is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB6010111-
CMYK0.4100.890.60
HSL87.33º80.36%21.96%-
HSV(B)87.33º89.11%39.61%-
XYZ6.5810.291.96-
YUV78.4889.92114.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 58.72%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=34.88%
G=58.72%
B=6.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60101110.4100.890.6087.3380.3621.96
Hex3C65B290593C575016
Octal74145135101317412712026
Binary11110011001011011101001010110011111001010111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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