#385901

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

Shades of Verdun Green #385901

Tints of Verdun Green #385901

Color information

#385901 (or 0x385901) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 01. RGB value is (56,89,1). Sum of RGB (Red+Green+Blue) = 56+89+1=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #385901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385901 is #C7A6FE. Grayscale: #454545. Windows color (decimal): -13084415 or 88376. OLE color: 88376.

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

Color convert

RGB56891-
CMYK0.3700.990.65
HSL82.5º97.78%17.65%-
HSV(B)82.5º98.88%34.9%-
XYZ5.217.991.3-
YUV69.189.57118.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 89 (35.16% from 255) = 60.96%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=38.36%
G=60.96%
B=0.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal568910.3700.990.6582.597.7817.65
Hex385912506341526212
Octal70131145014310112214222
Binary111000101100111001010110001110000011010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385901; }

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

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

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

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

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

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

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

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