#386902

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

Shades of Verdun Green #386902

Tints of Verdun Green #386902

Color information

#386902 (or 0x386902) is unknown color: approx Verdun Green. HEX triplet: 38, 69 and 02. RGB value is (56,105,2). Sum of RGB (Red+Green+Blue) = 56+105+2=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #386902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386902 is #C796FD. Grayscale: #4E4E4E. Windows color (decimal): -13080318 or 158008. OLE color: 158008.

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

Color convert

RGB561052-
CMYK0.4700.980.59
HSL88.54º96.26%20.98%-
HSV(B)88.54º98.1%41.18%-
XYZ6.6910.951.82-
YUV78.6184.77111.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 105 (41.41% from 255) = 64.42%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=34.36%
G=64.42%
B=1.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5610520.4700.980.5988.5496.2620.98
Hex386922F0623B596015
Octal7015125701427313114025
Binary111000110100110101111011000101110111011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386902; }

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

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

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

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

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

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

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

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