#386308

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

Shades of Verdun Green #386308

Tints of Verdun Green #386308

Color information

#386308 (or 0x386308) is unknown color: approx Verdun Green. HEX triplet: 38, 63 and 08. RGB value is (56,99,8). Sum of RGB (Red+Green+Blue) = 56+99+8=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #386308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386308 is #C79CF7. Grayscale: #4C4C4C. Windows color (decimal): -13081848 or 549688. OLE color: 549688.

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

Color convert

RGB56998-
CMYK0.4300.920.61
HSL88.35º85.05%20.98%-
HSV(B)88.35º91.92%38.82%-
XYZ6.149.781.79-
YUV75.7789.75113.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=34.36%
G=60.74%
B=4.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal569980.4300.920.6188.3585.0520.98
Hex386382B05C3D585515
Octal70143105301347513012525
Binary11100011000111000101011010111001111011011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386308; }

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

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

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

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

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

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

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

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