#3C600B

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

Shades of Verdun Green #3C600B

Tints of Verdun Green #3C600B

Color information

#3C600B (or 0x3C600B) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 0B. RGB value is (60,96,11). Sum of RGB (Red+Green+Blue) = 60+96+11=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600B is #C39FF4. Grayscale: #4B4B4B. Windows color (decimal): -12820469 or 745532. OLE color: 745532.

HSL color Cylindrical-coordinate representation of color #3C600B: hue angle of 85.41º degrees, saturation: 0.79, 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 #3C600B is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB609611-
CMYK0.3800.890.62
HSL85.41º79.44%20.98%-
HSV(B)85.41º88.54%37.65%-
XYZ6.119.351.8-
YUV75.5591.57116.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.93%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=35.93%
G=57.49%
B=6.59%

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
Decimal6096110.3800.890.6285.4179.4420.98
Hex3C60B260593E554f15
Octal74140134601317612511725
Binary11110011000001011100110010110011111101010101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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