#58833A

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

Shades of Dingley #58833A

Tints of Dingley #58833A

Color information

#58833A (or 0x58833A) is unknown color: approx Dingley. HEX triplet: 58, 83 and 3A. RGB value is (88,131,58). Sum of RGB (Red+Green+Blue) = 88+131+58=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #58833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58833A is #A77CC5. Grayscale: #6E6E6E. Windows color (decimal): -10976454 or 3834712. OLE color: 3834712.

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

Color convert

RGB8813158-
CMYK0.3300.560.49
HSL95.34º38.62%37.06%-
HSV(B)95.34º55.73%51.37%-
XYZ12.918.616.92-
YUV109.8298.75112.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=31.77%
G=47.29%
B=20.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88131580.3300.560.4995.3438.6237.06
Hex58833A21038315f2725
Octal1302037241070611374745
Binary10110001000001111101010000101110001100011011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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