#385904

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

Shades of Verdun Green #385904

Tints of Verdun Green #385904

Color information

#385904 (or 0x385904) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 04. RGB value is (56,89,4). Sum of RGB (Red+Green+Blue) = 56+89+4=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #385904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385904 is #C7A6FB. Grayscale: #454545. Windows color (decimal): -13084412 or 284984. OLE color: 284984.

HSL color Cylindrical-coordinate representation of color #385904: hue angle of 83.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385904 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB56894-
CMYK0.3700.960.65
HSL83.29º91.4%18.24%-
HSV(B)83.29º95.51%34.9%-
XYZ5.237.991.38-
YUV69.4491.07118.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=37.58%
G=59.73%
B=2.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal568940.3700.960.6583.2991.418.24
Hex385942506041535b12
Octal70131445014010112313322
Binary11100010110011001001010110000010000011010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385904; }

 p { color: rgb(56,89,4); }

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

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

 a { background-color: rgb(56,89,4); }

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

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

 span { border-color: rgb(56,89,4); }

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