#385401

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

Shades of Verdun Green #385401

Tints of Verdun Green #385401

Color information

#385401 (or 0x385401) is unknown color: approx Verdun Green. HEX triplet: 38, 54 and 01. RGB value is (56,84,1). Sum of RGB (Red+Green+Blue) = 56+84+1=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #385401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385401 is #C7ABFE. Grayscale: #424242. Windows color (decimal): -13085695 or 87096. OLE color: 87096.

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

Color convert

RGB56841-
CMYK0.3300.990.67
HSL80.24º97.65%16.67%-
HSV(B)80.24º98.81%32.94%-
XYZ4.817.181.16-
YUV66.1791.22120.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=39.72%
G=59.57%
B=0.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568410.3300.990.6780.2497.6516.67
Hex385412106343506211
Octal70124141014310312014221
Binary111000101010011000010110001110000111010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385401; }

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

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

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

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

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

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

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

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