#58833F

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

Shades of Dingley #58833F

Tints of Dingley #58833F

Color information

#58833F (or 0x58833F) is unknown color: approx Dingley. HEX triplet: 58, 83 and 3F. RGB value is (88,131,63). Sum of RGB (Red+Green+Blue) = 88+131+63=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #58833F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58833F is #A77CC0. Grayscale: #6E6E6E. Windows color (decimal): -10976449 or 4162392. OLE color: 4162392.

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

Color convert

RGB8813163-
CMYK0.3300.520.49
HSL97.94º35.05%38.04%-
HSV(B)97.94º51.91%51.37%-
XYZ13.0418.677.62-
YUV110.39101.25112.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 63 (25% from 255) = 22.34%
R=31.21%
G=46.45%
B=22.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88131630.3300.520.4997.9435.0538.04
Hex58833F2103431622326
Octal1302037741064611424346
Binary10110001000001111111110000101101001100011100010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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