#385409

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

Shades of Verdun Green #385409

Tints of Verdun Green #385409

Color information

#385409 (or 0x385409) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 09. RGB value is (56,84,9). Sum of RGB (Red+Green+Blue) = 56+84+9=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #385409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385409 is #C7ABF6. Grayscale: #434343. Windows color (decimal): -13085687 or 611384. OLE color: 611384.

HSL color Cylindrical-coordinate representation of color #385409: hue angle of 82.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #385409 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB56849-
CMYK0.3300.890.67
HSL82.4º80.65%18.24%-
HSV(B)82.4º89.29%32.94%-
XYZ4.857.21.39-
YUV67.0895.22120.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=37.58%
G=56.38%
B=6.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568490.3300.890.6782.480.6518.24
Hex385492105943525112
Octal701241141013110312212122
Binary111000101010010011000010101100110000111010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385409; }

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

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

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

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

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

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

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

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