#385602

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

Shades of Verdun Green #385602

Tints of Verdun Green #385602

Color information

#385602 (or 0x385602) is unknown color: approx Verdun Green. HEX triplet: 38, 56 and 02. RGB value is (56,86,2). Sum of RGB (Red+Green+Blue) = 56+86+2=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #385602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385602 is #C7A9FD. Grayscale: #434343. Windows color (decimal): -13085182 or 153144. OLE color: 153144.

HSL color Cylindrical-coordinate representation of color #385602: hue angle of 81.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #385602 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB56862-
CMYK0.3500.980.66
HSL81.43º95.45%17.25%-
HSV(B)81.43º97.67%33.73%-
XYZ4.977.51.24-
YUV67.4591.06119.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=38.89%
G=59.72%
B=1.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal568620.3500.980.6681.4395.4517.25
Hex385622306242515f11
Octal70126243014210212113721
Binary1110001010110101000110110001010000101010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385602; }

 p { color: rgb(56,86,2); }

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

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

 a { background-color: rgb(56,86,2); }

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

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

 span { border-color: rgb(56,86,2); }

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