#568236

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

Shades of Dingley #568236

Tints of Dingley #568236

Color information

#568236 (or 0x568236) is unknown color: approx Dingley. HEX triplet: 56, 82 and 36. RGB value is (86,130,54). Sum of RGB (Red+Green+Blue) = 86+130+54=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #568236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #568236 is #A97DC9. Grayscale: #6C6C6C. Windows color (decimal): -11107786 or 3572310. OLE color: 3572310.

HSL color Cylindrical-coordinate representation of color #568236: hue angle of 94.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568236 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB8613054-
CMYK0.3400.580.49
HSL94.74º41.3%36.08%-
HSV(B)94.74º58.46%50.98%-
XYZ12.4918.216.35-
YUV108.1897.42112.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 54 (21.48% from 255) = 20%
R=31.85%
G=48.15%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130540.3400.580.4994.7441.336.08
Hex5682362203A315f2924
Octal1262026642072611375144
Binary10101101000001011011010001001110101100011011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568236; }

 p { color: rgb(86,130,54); }

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

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

 a { background-color: rgb(86,130,54); }

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

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

 span { border-color: rgb(86,130,54); }

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