#386505

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

Shades of Verdun Green #386505

Tints of Verdun Green #386505

Color information

#386505 (or 0x386505) is unknown color: approx Verdun Green. HEX triplet: 38, 65 and 05. RGB value is (56,101,5). Sum of RGB (Red+Green+Blue) = 56+101+5=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #386505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386505 is #C79AFA. Grayscale: #4C4C4C. Windows color (decimal): -13081339 or 353592. OLE color: 353592.

HSL color Cylindrical-coordinate representation of color #386505: hue angle of 88.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #386505 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB561015-
CMYK0.4500.950.60
HSL88.12º90.57%20.78%-
HSV(B)88.12º95.05%39.61%-
XYZ6.3110.161.77-
YUV76.687.59113.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 101 (39.84% from 255) = 62.35%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=34.57%
G=62.35%
B=3.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5610150.4500.950.6088.1290.5720.78
Hex386552D05F3C585b15
Octal7014555501377413013325
Binary1110001100101101101101010111111111001011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386505; }

 p { color: rgb(56,101,5); }

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

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

 a { background-color: rgb(56,101,5); }

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

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

 span { border-color: rgb(56,101,5); }

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