#58833D

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

Shades of Dingley #58833D

Tints of Dingley #58833D

Color information

#58833D (or 0x58833D) is unknown color: approx Dingley. HEX triplet: 58, 83 and 3D. RGB value is (88,131,61). Sum of RGB (Red+Green+Blue) = 88+131+61=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #58833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58833D is #A77CC2. Grayscale: #6E6E6E. Windows color (decimal): -10976451 or 4031320. OLE color: 4031320.

HSL color Cylindrical-coordinate representation of color #58833D: hue angle of 96.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58833D is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB8813161-
CMYK0.3300.530.49
HSL96.86º36.46%37.65%-
HSV(B)96.86º53.44%51.37%-
XYZ12.9818.647.33-
YUV110.16100.25112.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=31.43%
G=46.79%
B=21.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88131610.3300.530.4996.8636.4637.65
Hex58833D2103531612426
Octal1302037541065611414446
Binary10110001000001111110110000101101011100011100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58833D; }

 p { color: rgb(88,131,61); }

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

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

 a { background-color: rgb(88,131,61); }

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

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

 span { border-color: rgb(88,131,61); }

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