#385403

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

Shades of Verdun Green #385403

Tints of Verdun Green #385403

Color information

#385403 (or 0x385403) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 03. RGB value is (56,84,3). Sum of RGB (Red+Green+Blue) = 56+84+3=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #385403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385403 is #C7ABFC. Grayscale: #424242. Windows color (decimal): -13085693 or 218168. OLE color: 218168.

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

Color convert

RGB56843-
CMYK0.3300.960.67
HSL80.74º93.1%17.06%-
HSV(B)80.74º96.43%32.94%-
XYZ4.827.191.22-
YUV66.3992.22120.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 84 (33.20% from 255) = 58.74%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=39.16%
G=58.74%
B=2.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568430.3300.960.6780.7493.117.06
Hex385432106043515d11
Octal70124341014010312113521
Binary1110001010100111000010110000010000111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385403; }

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

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

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

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

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

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

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

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