Html Css Color HEX #539528 Limeade

📋 copy color: '#539528'

red 83 ◦ green 149 ◦ blue 40

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

Shades of Limeade #539528

Tints of Limeade #539528

RGB

 RED value IS 83 (32.81% from 255) = 30.51%

 GREEN value IS 149 (58.59% from 255) = 54.78%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 30.51%
G = 54.78%
B = 14.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#539528 (or 0x539528) is known color: Limeade. HEX triplet: 53, 95 and 28. RGB value is (83,149,40). Sum of RGB (Red+Green+Blue) = 83+149+40=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #539528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539528 is #AC6AD7. Grayscale: #757575. Windows color (decimal): -11299544 or 2659667. OLE color: 2659667.

HSL color Cylindrical-coordinate representation of color #539528: hue angle of 96.33º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #539528 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 40 -
CMYK 0.44 0 0.73 0.42
HSL 96.33º 0.58% 0.37% -
HSV(B) 96.33º 0.73% 0.58% -
XYZ 14.7 23.49 5.77 -
YUV 116.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 83 149 40 0.44 0 0.73 0.42 96.33 0.58 0.37
Hex 53 95 28 2C 0 49 2A 60 3A 25
Octal 123 225 50 54 0 111 52 140 72 45
Binary 1010011 10010101 101000 101100 0 1001001 101010 1100000 111010 100101

Color Harmonies of #539528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539528

Black with #539528

Text Example


Text Example

White with #539528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539528; }

 p { color: rgb(83,149,40); }

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

background-color css

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

 a { background-color: rgb(83,149,40); }

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

border-color css

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

 span { border-color: rgb(83,149,40); }

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