#385D04

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

Shades of Verdun Green #385D04

Tints of Verdun Green #385D04

Color information

#385D04 (or 0x385D04) is unknown color: approx Verdun Green. HEX triplet: 38, 5D and 04. RGB value is (56,93,4). Sum of RGB (Red+Green+Blue) = 56+93+4=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 93 (36.72% from 255 or 60.78% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 93 - color contains mainly: green. Hex color #385D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385D04 is #C7A2FB. Grayscale: #484848. Windows color (decimal): -13083388 or 286008. OLE color: 286008.

HSL color Cylindrical-coordinate representation of color #385D04: hue angle of 84.94º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385D04 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB56934-
CMYK0.4000.960.64
HSL84.94º91.75%19.02%-
HSV(B)84.94º95.7%36.47%-
XYZ5.578.681.5-
YUV71.7989.74116.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 93 (36.72% from 255) = 60.78%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=36.60%
G=60.78%
B=2.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal569340.4000.960.6484.9491.7519.02
Hex385D42806040555c13
Octal70135450014010012513423
Binary11100010111011001010000110000010000001010101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D04; }

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

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

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

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

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

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

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

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