#58782A

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

Shades of Green Leaf #58782A

Tints of Green Leaf #58782A

Color information

#58782A (or 0x58782A) is unknown color: approx Green Leaf. HEX triplet: 58, 78 and 2A. RGB value is (88,120,42). Sum of RGB (Red+Green+Blue) = 88+120+42=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #58782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58782A is #A787D5. Grayscale: #656565. Windows color (decimal): -10979286 or 2783320. OLE color: 2783320.

HSL color Cylindrical-coordinate representation of color #58782A: hue angle of 84.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58782A is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB8812042-
CMYK0.2700.650.53
HSL84.62º48.15%31.76%-
HSV(B)84.62º65%47.06%-
XYZ11.1615.674.63-
YUV101.5494.4118.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=35.2%
G=48%
B=16.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120420.2700.650.5384.6248.1531.76
Hex58782A1B04135553020
Octal13017052330101651256040
Binary1011000111100010101011011010000011101011010101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,120,42); }

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

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

 a { background-color: rgb(88,120,42); }

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

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

 span { border-color: rgb(88,120,42); }

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