#38560C

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

Shades of Verdun Green #38560C

Tints of Verdun Green #38560C

Color information

#38560C (or 0x38560C) is unknown color: approx Verdun Green. HEX triplet: 38, 56 and 0C. RGB value is (56,86,12). Sum of RGB (Red+Green+Blue) = 56+86+12=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #38560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38560C is #C7A9F3. Grayscale: #444444. Windows color (decimal): -13085172 or 808504. OLE color: 808504.

HSL color Cylindrical-coordinate representation of color #38560C: hue angle of 84.32º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38560C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB568612-
CMYK0.3500.860.66
HSL84.32º75.51%19.22%-
HSV(B)84.32º86.05%33.73%-
XYZ5.037.521.54-
YUV68.5996.06119.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=36.36%
G=55.84%
B=7.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686120.3500.860.6684.3275.5119.22
Hex3856C2305642544c13
Octal701261443012610212411423
Binary111000101011011001000110101011010000101010100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38560C; }

 p { color: rgb(56,86,12); }

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

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

 a { background-color: rgb(56,86,12); }

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

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

 span { border-color: rgb(56,86,12); }

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