Html Css Color HEX #52A045 Fruit Salad

📋 copy color: '#52A045'

red 82 ◦ green 160 ◦ blue 69

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

Shades of Fruit Salad #52A045

Tints of Fruit Salad #52A045

RGB

 RED value IS 82 (32.42% from 255) = 26.37%

 GREEN value IS 160 (62.89% from 255) = 51.45%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 26.37%
G = 51.45%
B = 22.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#52A045 (or 0x52A045) is known color: Fruit Salad. HEX triplet: 52, A0 and 45. RGB value is (82,160,69). Sum of RGB (Red+Green+Blue) = 82+160+69=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #52A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A045 is #AD5FBA. Grayscale: #7E7E7E. Windows color (decimal): -11362235 or 4563026. OLE color: 4563026.

HSL color Cylindrical-coordinate representation of color #52A045: hue angle of 111.43º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A045 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 69 -
CMYK 0.49 0 0.57 0.37
HSL 111.43º 0.4% 0.45% -
HSV(B) 111.43º 0.57% 0.63% -
XYZ 17.12 27.37 10.01 -
YUV 126.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 82 160 69 0.49 0 0.57 0.37 111.43 0.4 0.45
Hex 52 A0 45 31 0 39 25 6F 28 2D
Octal 122 240 105 61 0 71 45 157 50 55
Binary 1010010 10100000 1000101 110001 0 111001 100101 1101111 101000 101101

Color Harmonies of #52A045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A045

Black with #52A045

Text Example


Text Example

White with #52A045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A045; }

 p { color: rgb(82,160,69); }

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

background-color css

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

 a { background-color: rgb(82,160,69); }

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

border-color css

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

 span { border-color: rgb(82,160,69); }

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