Html Css Color HEX #549325 Limeade

📋 copy color: '#549325'

red 84 ◦ green 147 ◦ blue 37

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

Shades of Limeade #549325

Tints of Limeade #549325

RGB

 RED value IS 84 (33.2% from 255) = 31.34%

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

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 31.34%
G = 54.85%
B = 13.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#549325 (or 0x549325) is known color: Limeade. HEX triplet: 54, 93 and 25. RGB value is (84,147,37). Sum of RGB (Red+Green+Blue) = 84+147+37=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #549325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549325 is #AB6CDA. Grayscale: #747474. Windows color (decimal): -11234523 or 2462548. OLE color: 2462548.

HSL color Cylindrical-coordinate representation of color #549325: hue angle of 94.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #549325 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 37 -
CMYK 0.43 0 0.75 0.42
HSL 94.36º 0.6% 0.36% -
HSV(B) 94.36º 0.75% 0.58% -
XYZ 14.42 22.89 5.41 -
YUV 115.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 84 147 37 0.43 0 0.75 0.42 94.36 0.6 0.36
Hex 54 93 25 2B 0 4B 2A 5E 3C 24
Octal 124 223 45 53 0 113 52 136 74 44
Binary 1010100 10010011 100101 101011 0 1001011 101010 1011110 111100 100100

Color Harmonies of #549325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549325

Black with #549325

Text Example


Text Example

White with #549325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549325; }

 p { color: rgb(84,147,37); }

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

background-color css

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

 a { background-color: rgb(84,147,37); }

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

border-color css

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

 span { border-color: rgb(84,147,37); }

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