#386208

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

Shades of Verdun Green #386208

Tints of Verdun Green #386208

Color information

#386208 (or 0x386208) is unknown color: approx Verdun Green. HEX triplet: 38, 62 and 08. RGB value is (56,98,8). Sum of RGB (Red+Green+Blue) = 56+98+8=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #386208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386208 is #C79DF7. Grayscale: #4B4B4B. Windows color (decimal): -13082104 or 549432. OLE color: 549432.

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

Color convert

RGB56988-
CMYK0.4300.920.62
HSL88º84.91%20.78%-
HSV(B)88º91.84%38.43%-
XYZ6.049.591.76-
YUV75.1890.09114.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=34.57%
G=60.49%
B=4.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569880.4300.920.628884.9120.78
Hex386282B05C3E585515
Octal70142105301347613012525
Binary11100011000101000101011010111001111101011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386208; }

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

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

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

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

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

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

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

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