#385411

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

Shades of Verdun Green #385411

Tints of Verdun Green #385411

Color information

#385411 (or 0x385411) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 11. RGB value is (56,84,17). Sum of RGB (Red+Green+Blue) = 56+84+17=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #385411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385411 is #C7ABEE. Grayscale: #444444. Windows color (decimal): -13085679 or 1135672. OLE color: 1135672.

HSL color Cylindrical-coordinate representation of color #385411: hue angle of 85.07º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385411 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB568417-
CMYK0.3300.800.67
HSL85.07º66.34%19.8%-
HSV(B)85.07º79.76%32.94%-
XYZ4.97.221.67-
YUV67.9999.22119.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=35.67%
G=53.50%
B=10.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684170.3300.800.6785.0766.3419.8
Hex3854112105043554214
Octal701242141012010312510224
Binary1110001010100100011000010101000010000111010101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385411; }

 p { color: rgb(56,84,17); }

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

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

 a { background-color: rgb(56,84,17); }

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

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

 span { border-color: rgb(56,84,17); }

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