#385504

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

Shades of Verdun Green #385504

Tints of Verdun Green #385504

Color information

#385504 (or 0x385504) is unknown color: approx Verdun Green. HEX triplet: 38, 55 and 04. RGB value is (56,85,4). Sum of RGB (Red+Green+Blue) = 56+85+4=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #385504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385504 is #C7AAFB. Grayscale: #434343. Windows color (decimal): -13085436 or 283960. OLE color: 283960.

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

Color convert

RGB56854-
CMYK0.3400.950.67
HSL81.48º91.01%17.45%-
HSV(B)81.48º95.29%33.33%-
XYZ4.97.351.27-
YUV67.192.39120.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=38.62%
G=58.62%
B=2.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568540.3400.950.6781.4891.0117.45
Hex385542205F43515b11
Octal70125442013710312113321
Binary11100010101011001000100101111110000111010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385504; }

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

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

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

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

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

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

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

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