#385C03

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

Shades of Verdun Green #385C03

Tints of Verdun Green #385C03

Color information

#385C03 (or 0x385C03) is unknown color: approx Verdun Green. HEX triplet: 38, 5C and 03. RGB value is (56,92,3). Sum of RGB (Red+Green+Blue) = 56+92+3=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 92 (36.33% from 255 or 60.93% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 92 - color contains mainly: green. Hex color #385C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C03 is #C7A3FC. Grayscale: #474747. Windows color (decimal): -13083645 or 220216. OLE color: 220216.

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

Color convert

RGB56923-
CMYK0.3900.970.64
HSL84.27º93.68%18.63%-
HSV(B)84.27º96.74%36.08%-
XYZ5.478.51.44-
YUV71.0989.57117.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 92 (36.33% from 255) = 60.93%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=37.09%
G=60.93%
B=1.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal569230.3900.970.6484.2793.6818.63
Hex385C32706140545e13
Octal70134347014110012413623
Binary1110001011100111001110110000110000001010100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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