#386110

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

Shades of Verdun Green #386110

Tints of Verdun Green #386110

Color information

#386110 (or 0x386110) is unknown color: approx Verdun Green. HEX triplet: 38, 61 and 10. RGB value is (56,97,16). Sum of RGB (Red+Green+Blue) = 56+97+16=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #386110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386110 is #C79EEF. Grayscale: #4B4B4B. Windows color (decimal): -13082352 or 1073464. OLE color: 1073464.

HSL color Cylindrical-coordinate representation of color #386110: hue angle of 90.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #386110 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB569716-
CMYK0.4200.840.62
HSL90.37º71.68%22.16%-
HSV(B)90.37º83.51%38.04%-
XYZ69.431.99-
YUV75.5194.42114.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=33.14%
G=57.40%
B=9.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697160.4200.840.6290.3771.6822.16
Hex3861102A0543E5a4816
Octal70141205201247613211026
Binary111000110000110000101010010101001111101011010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386110; }

 p { color: rgb(56,97,16); }

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

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

 a { background-color: rgb(56,97,16); }

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

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

 span { border-color: rgb(56,97,16); }

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