Html Css Color HEX #53A452 Fruit Salad

📋 copy color: '#53A452'

red 83 ◦ green 164 ◦ blue 82

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

Shades of Fruit Salad #53A452

Tints of Fruit Salad #53A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.85%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 25.23%
G = 49.85%
B = 24.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#53A452 (or 0x53A452) is known color: Fruit Salad. HEX triplet: 53, A4 and 52. RGB value is (83,164,82). Sum of RGB (Red+Green+Blue) = 83+164+82=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #53A452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A452 is #AC5BAD. Grayscale: #828282. Windows color (decimal): -11295662 or 5416019. OLE color: 5416019.

HSL color Cylindrical-coordinate representation of color #53A452: hue angle of 119.27º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A452 is Cyan = 0.49, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 82 -
CMYK 0.49 0 0.5 0.36
HSL 119.27º 0.33% 0.48% -
HSV(B) 119.27º 0.5% 0.64% -
XYZ 18.37 29 12.61 -
YUV 130.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 83 164 82 0.49 0 0.5 0.36 119.27 0.33 0.48
Hex 53 A4 52 31 0 32 24 77 21 30
Octal 123 244 122 61 0 62 44 167 41 60
Binary 1010011 10100100 1010010 110001 0 110010 100100 1110111 100001 110000

Color Harmonies of #53A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A452

Black with #53A452

Text Example


Text Example

White with #53A452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,82); }

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

background-color css

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

 a { background-color: rgb(83,164,82); }

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

border-color css

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

 span { border-color: rgb(83,164,82); }

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