#385703

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

Shades of Verdun Green #385703

Tints of Verdun Green #385703

Color information

#385703 (or 0x385703) is unknown color: approx Verdun Green. HEX triplet: 38, 57 and 03. RGB value is (56,87,3). Sum of RGB (Red+Green+Blue) = 56+87+3=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #385703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385703 is #C7A8FC. Grayscale: #444444. Windows color (decimal): -13084925 or 218936. OLE color: 218936.

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

Color convert

RGB56873-
CMYK0.3600.970.66
HSL82.14º93.33%17.65%-
HSV(B)82.14º96.55%34.12%-
XYZ5.067.661.3-
YUV68.1591.23119.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 87 (34.38% from 255) = 59.59%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=38.36%
G=59.59%
B=2.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal568730.3600.970.6682.1493.3317.65
Hex385732406142525d12
Octal70127344014110212213522
Binary1110001010111111001000110000110000101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385703; }

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

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

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

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

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

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

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

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