Html Css Color HEX #53922C Limeade

📋 copy color: '#53922C'

red 83 ◦ green 146 ◦ blue 44

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

Shades of Limeade #53922C

Tints of Limeade #53922C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 30.4%
G = 53.48%
B = 16.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#53922C (or 0x53922C) is known color: Limeade. HEX triplet: 53, 92 and 2C. RGB value is (83,146,44). Sum of RGB (Red+Green+Blue) = 83+146+44=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #53922C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53922C is #AC6DD3. Grayscale: #737373. Windows color (decimal): -11300308 or 2921043. OLE color: 2921043.

HSL color Cylindrical-coordinate representation of color #53922C: hue angle of 97.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53922C is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 44 -
CMYK 0.43 0 0.70 0.43
HSL 97.06º 0.54% 0.37% -
HSV(B) 97.06º 0.7% 0.57% -
XYZ 14.3 22.58 5.99 -
YUV 115.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 83 146 44 0.43 0 0.70 0.43 97.06 0.54 0.37
Hex 53 92 2C 2B 0 46 2B 61 36 25
Octal 123 222 54 53 0 106 53 141 66 45
Binary 1010011 10010010 101100 101011 0 1000110 101011 1100001 110110 100101

Color Harmonies of #53922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53922C

Black with #53922C

Text Example


Text Example

White with #53922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53922C; }

 p { color: rgb(83,146,44); }

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

background-color css

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

 a { background-color: rgb(83,146,44); }

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

border-color css

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

 span { border-color: rgb(83,146,44); }

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