#38560A

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

Shades of Verdun Green #38560A

Tints of Verdun Green #38560A

Color information

#38560A (or 0x38560A) is unknown color: approx Verdun Green. HEX triplet: 38, 56 and 0A. RGB value is (56,86,10). Sum of RGB (Red+Green+Blue) = 56+86+10=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #38560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38560A is #C7A9F5. Grayscale: #444444. Windows color (decimal): -13085174 or 677432. OLE color: 677432.

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

Color convert

RGB568610-
CMYK0.3500.880.66
HSL83.68º79.17%18.82%-
HSV(B)83.68º88.37%33.73%-
XYZ5.017.521.47-
YUV68.3795.06119.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=36.84%
G=56.58%
B=6.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686100.3500.880.6683.6879.1718.82
Hex3856A2305842544f13
Octal701261243013010212411723
Binary111000101011010101000110101100010000101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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