#386203

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

Shades of Verdun Green #386203

Tints of Verdun Green #386203

Color information

#386203 (or 0x386203) is unknown color: approx Verdun Green. HEX triplet: 38, 62 and 03. RGB value is (56,98,3). Sum of RGB (Red+Green+Blue) = 56+98+3=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #386203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386203 is #C79DFC. Grayscale: #4A4A4A. Windows color (decimal): -13082109 or 221752. OLE color: 221752.

HSL color Cylindrical-coordinate representation of color #386203: hue angle of 86.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #386203 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB56983-
CMYK0.4300.970.62
HSL86.53º94.06%19.8%-
HSV(B)86.53º96.94%38.43%-
XYZ6.029.581.62-
YUV74.6187.59114.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=35.67%
G=62.42%
B=1.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569830.4300.970.6286.5394.0619.8
Hex386232B0613E575e14
Octal7014235301417612713624
Binary111000110001011101011011000011111101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386203; }

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

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

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

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

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

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

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

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