Html Css Color HEX #53AF49 Fruit Salad

📋 copy color: '#53AF49'

red 83 ◦ green 175 ◦ blue 73

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

Shades of Fruit Salad #53AF49

Tints of Fruit Salad #53AF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 25.08%
G = 52.87%
B = 22.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#53AF49 (or 0x53AF49) is known color: Fruit Salad. HEX triplet: 53, AF and 49. RGB value is (83,175,73). Sum of RGB (Red+Green+Blue) = 83+175+73=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF49 is #AC50B6. Grayscale: #888888. Windows color (decimal): -11292855 or 4829011. OLE color: 4829011.

HSL color Cylindrical-coordinate representation of color #53AF49: hue angle of 114.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AF49 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 73 -
CMYK 0.53 0 0.58 0.31
HSL 114.12º 0.41% 0.49% -
HSV(B) 114.12º 0.58% 0.69% -
XYZ 20.1 32.98 11.61 -
YUV 135.86 92.52 90.29 -
System Red Green Blue C M Y K H S L
Decimal 83 175 73 0.53 0 0.58 0.31 114.12 0.41 0.49
Hex 53 AF 49 35 0 3A 1F 72 29 31
Octal 123 257 111 65 0 72 37 162 51 61
Binary 1010011 10101111 1001001 110101 0 111010 11111 1110010 101001 110001

Color Harmonies of #53AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF49

Black with #53AF49

Text Example


Text Example

White with #53AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AF49; }

 p { color: rgb(83,175,73); }

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

background-color css

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

 a { background-color: rgb(83,175,73); }

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

border-color css

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

 span { border-color: rgb(83,175,73); }

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