#385713

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

Shades of Verdun Green #385713

Tints of Verdun Green #385713

Color information

#385713 (or 0x385713) is unknown color: approx Verdun Green. HEX triplet: 38, 57 and 13. RGB value is (56,87,19). Sum of RGB (Red+Green+Blue) = 56+87+19=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #385713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385713 is #C7A8EC. Grayscale: #464646. Windows color (decimal): -13084909 or 1267512. OLE color: 1267512.

HSL color Cylindrical-coordinate representation of color #385713: hue angle of 87.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385713 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB568719-
CMYK0.3600.780.66
HSL87.35º64.15%20.78%-
HSV(B)87.35º78.16%34.12%-
XYZ5.167.71.83-
YUV69.9899.23118.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 87 (34.38% from 255) = 53.70%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=34.57%
G=53.70%
B=11.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687190.3600.780.6687.3564.1520.78
Hex3857132404E42574015
Octal701272344011610212710025
Binary1110001010111100111001000100111010000101010111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385713; }

 p { color: rgb(56,87,19); }

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

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

 a { background-color: rgb(56,87,19); }

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

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

 span { border-color: rgb(56,87,19); }

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