#386702

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

Shades of Verdun Green #386702

Tints of Verdun Green #386702

Color information

#386702 (or 0x386702) is unknown color: approx Verdun Green. HEX triplet: 38, 67 and 02. RGB value is (56,103,2). Sum of RGB (Red+Green+Blue) = 56+103+2=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #386702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386702 is #C798FD. Grayscale: #4D4D4D. Windows color (decimal): -13080830 or 157496. OLE color: 157496.

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

Color convert

RGB561032-
CMYK0.4600.980.60
HSL87.92º96.19%20.59%-
HSV(B)87.92º98.06%40.39%-
XYZ6.4910.551.75-
YUV77.4385.43112.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=34.78%
G=63.98%
B=1.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5610320.4600.980.6087.9296.1920.59
Hex386722E0623C586015
Octal7014725601427413014025
Binary111000110011110101110011000101111001011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386702; }

 p { color: rgb(56,103,2); }

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

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

 a { background-color: rgb(56,103,2); }

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

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

 span { border-color: rgb(56,103,2); }

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