Html Css Color HEX #55932D Limeade

📋 copy color: '#55932D'

red 85 ◦ green 147 ◦ blue 45

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

Shades of Limeade #55932D

Tints of Limeade #55932D

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

 GREEN value IS 147 (57.81% from 255) = 53.07%

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

R = 30.69%
G = 53.07%
B = 16.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#55932D (or 0x55932D) is known color: Limeade. HEX triplet: 55, 93 and 2D. RGB value is (85,147,45). Sum of RGB (Red+Green+Blue) = 85+147+45=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #55932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55932D is #AA6CD2. Grayscale: #757575. Windows color (decimal): -11168979 or 2986837. OLE color: 2986837.

HSL color Cylindrical-coordinate representation of color #55932D: hue angle of 96.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55932D is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 45 -
CMYK 0.42 0 0.69 0.42
HSL 96.47º 0.53% 0.38% -
HSV(B) 96.47º 0.69% 0.58% -
XYZ 14.65 22.99 6.15 -
YUV 116.83 87.46 105.29 -
System Red Green Blue C M Y K H S L
Decimal 85 147 45 0.42 0 0.69 0.42 96.47 0.53 0.38
Hex 55 93 2D 2A 0 45 2A 60 35 26
Octal 125 223 55 52 0 105 52 140 65 46
Binary 1010101 10010011 101101 101010 0 1000101 101010 1100000 110101 100110

Color Harmonies of #55932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55932D

Black with #55932D

Text Example


Text Example

White with #55932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,147,45); }

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

background-color css

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

 a { background-color: rgb(85,147,45); }

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

border-color css

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

 span { border-color: rgb(85,147,45); }

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