#38560F

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

Shades of Verdun Green #38560F

Tints of Verdun Green #38560F

Color information

#38560F (or 0x38560F) is unknown color: approx Verdun Green. HEX triplet: 38, 56 and 0F. RGB value is (56,86,15). Sum of RGB (Red+Green+Blue) = 56+86+15=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #38560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38560F is #C7A9F0. Grayscale: #454545. Windows color (decimal): -13085169 or 1005112. OLE color: 1005112.

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

Color convert

RGB568615-
CMYK0.3500.830.66
HSL85.35º70.3%19.8%-
HSV(B)85.35º82.56%33.73%-
XYZ5.047.531.64-
YUV68.9497.56118.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=35.67%
G=54.78%
B=9.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686150.3500.830.6685.3570.319.8
Hex3856F2305342554614
Octal701261743012310212510624
Binary111000101011011111000110101001110000101010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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