#558133

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

Shades of Dingley #558133

Tints of Dingley #558133

Color information

#558133 (or 0x558133) is unknown color: approx Dingley. HEX triplet: 55, 81 and 33. RGB value is (85,129,51). Sum of RGB (Red+Green+Blue) = 85+129+51=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #558133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558133 is #AA7ECC. Grayscale: #6B6B6B. Windows color (decimal): -11173581 or 3375445. OLE color: 3375445.

HSL color Cylindrical-coordinate representation of color #558133: hue angle of 93.85º 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 #558133 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB8512951-
CMYK0.3400.600.49
HSL93.85º43.33%35.29%-
HSV(B)93.85º60.47%50.59%-
XYZ12.1917.875.94-
YUV106.9596.42112.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=32.08%
G=48.68%
B=19.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129510.3400.600.4993.8543.3335.29
Hex5581332203C315e2b23
Octal1252016342074611365343
Binary10101011000000111001110001001111001100011011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558133; }

 p { color: rgb(85,129,51); }

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

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

 a { background-color: rgb(85,129,51); }

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

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

 span { border-color: rgb(85,129,51); }

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