#385005

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

Shades of Verdun Green #385005

Tints of Verdun Green #385005

Color information

#385005 (or 0x385005) is unknown color: approx Verdun Green. HEX triplet: 38, 50 and 05. RGB value is (56,80,5). Sum of RGB (Red+Green+Blue) = 56+80+5=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #385005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385005 is #C7AFFA. Grayscale: #404040. Windows color (decimal): -13086715 or 348216. OLE color: 348216.

HSL color Cylindrical-coordinate representation of color #385005: hue angle of 79.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #385005 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB56805-
CMYK0.3000.940.69
HSL79.2º88.24%16.67%-
HSV(B)79.2º93.75%31.37%-
XYZ4.536.591.18-
YUV64.2794.55122.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=39.72%
G=56.74%
B=3.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal568050.3000.940.6979.288.2416.67
Hex385051E05E454f5811
Octal70120536013610511713021
Binary1110001010000101111100101111010001011001111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385005; }

 p { color: rgb(56,80,5); }

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

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

 a { background-color: rgb(56,80,5); }

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

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

 span { border-color: rgb(56,80,5); }

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