Html Css Color HEX #58972D Limeade

📋 copy color: '#58972D'

red 88 ◦ green 151 ◦ blue 45

#58972D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #58972D

Tints of Limeade #58972D

RGB

 RED value IS 88 (34.77% from 255) = 30.99%

 GREEN value IS 151 (59.38% from 255) = 53.17%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 30.99%
G = 53.17%
B = 15.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#58972D (or 0x58972D) is known color: Limeade. HEX triplet: 58, 97 and 2D. RGB value is (88,151,45). Sum of RGB (Red+Green+Blue) = 88+151+45=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #58972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58972D is #A768D2. Grayscale: #787878. Windows color (decimal): -10971347 or 2987864. OLE color: 2987864.

HSL color Cylindrical-coordinate representation of color #58972D: hue angle of 95.66º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58972D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 45 -
CMYK 0.42 0 0.70 0.41
HSL 95.66º 0.54% 0.38% -
HSV(B) 95.66º 0.7% 0.59% -
XYZ 15.56 24.4 6.37 -
YUV 120.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 88 151 45 0.42 0 0.70 0.41 95.66 0.54 0.38
Hex 58 97 2D 2A 0 46 29 60 36 26
Octal 130 227 55 52 0 106 51 140 66 46
Binary 1011000 10010111 101101 101010 0 1000110 101001 1100000 110110 100110

Color Harmonies of #58972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58972D

Black with #58972D

Text Example


Text Example

White with #58972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,151,45); }

 H1.HeaderClassName
 {
   color: #58972D;
 }
 .AnyTagClassName
 {
   color: #58972D;
 }
</style>

background-color css

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

 a { background-color: rgb(88,151,45); }

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

border-color css

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

 span { border-color: rgb(88,151,45); }

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