Html Css Color HEX #52965C Fruit Salad

📋 copy color: '#52965C'

red 82 ◦ green 150 ◦ blue 92

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

Shades of Fruit Salad #52965C

Tints of Fruit Salad #52965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 25.31%
G = 46.3%
B = 28.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#52965C (or 0x52965C) is known color: Fruit Salad. HEX triplet: 52, 96 and 5C. RGB value is (82,150,92). Sum of RGB (Red+Green+Blue) = 82+150+92=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #52965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965C is #AD69A3. Grayscale: #7B7B7B. Windows color (decimal): -11364772 or 6067794. OLE color: 6067794.

HSL color Cylindrical-coordinate representation of color #52965C: hue angle of 128.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52965C is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 92 -
CMYK 0.45 0 0.39 0.41
HSL 128.82º 0.29% 0.45% -
HSV(B) 128.82º 0.45% 0.59% -
XYZ 16.32 24.38 13.97 -
YUV 123.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 82 150 92 0.45 0 0.39 0.41 128.82 0.29 0.45
Hex 52 96 5C 2D 0 27 29 81 1D 2D
Octal 122 226 134 55 0 47 51 201 35 55
Binary 1010010 10010110 1011100 101101 0 100111 101001 10000001 11101 101101

Color Harmonies of #52965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52965C

Black with #52965C

Text Example


Text Example

White with #52965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,150,92); }

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

background-color css

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

 a { background-color: rgb(82,150,92); }

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

border-color css

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

 span { border-color: rgb(82,150,92); }

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