#385903

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

Shades of Verdun Green #385903

Tints of Verdun Green #385903

Color information

#385903 (or 0x385903) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 03. RGB value is (56,89,3). Sum of RGB (Red+Green+Blue) = 56+89+3=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #385903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385903 is #C7A6FC. Grayscale: #454545. Windows color (decimal): -13084413 or 219448. OLE color: 219448.

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

Color convert

RGB56893-
CMYK0.3700.970.65
HSL83.02º93.48%18.04%-
HSV(B)83.02º96.63%34.9%-
XYZ5.227.991.35-
YUV69.3390.57118.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=37.84%
G=60.14%
B=2.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal568930.3700.970.6583.0293.4818.04
Hex385932506141535d12
Octal70131345014110112313522
Binary1110001011001111001010110000110000011010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385903; }

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

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

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

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

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

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

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

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