#568134

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

Shades of Dingley #568134

Tints of Dingley #568134

Color information

#568134 (or 0x568134) is unknown color: approx Dingley. HEX triplet: 56, 81 and 34. RGB value is (86,129,52). Sum of RGB (Red+Green+Blue) = 86+129+52=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #568134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #568134 is #A97ECB. Grayscale: #6B6B6B. Windows color (decimal): -11108044 or 3440982. OLE color: 3440982.

HSL color Cylindrical-coordinate representation of color #568134: hue angle of 93.51º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #568134 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB8612952-
CMYK0.3300.600.49
HSL93.51º42.54%35.49%-
HSV(B)93.51º59.69%50.59%-
XYZ12.3117.936.06-
YUV107.3696.75112.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 129 (50.78% from 255) = 48.31%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=32.21%
G=48.31%
B=19.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86129520.3300.600.4993.5142.5435.49
Hex5681342103C315e2b23
Octal1262016441074611365343
Binary10101101000000111010010000101111001100011011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568134; }

 p { color: rgb(86,129,52); }

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

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

 a { background-color: rgb(86,129,52); }

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

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

 span { border-color: rgb(86,129,52); }

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