Html Css Color HEX #52965D Fruit Salad

📋 copy color: '#52965D'

red 82 ◦ green 150 ◦ blue 93

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

Shades of Fruit Salad #52965D

Tints of Fruit Salad #52965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 25.23%
G = 46.15%
B = 28.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#52965D (or 0x52965D) is known color: Fruit Salad. HEX triplet: 52, 96 and 5D. RGB value is (82,150,93). Sum of RGB (Red+Green+Blue) = 82+150+93=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #52965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965D is #AD69A2. Grayscale: #7B7B7B. Windows color (decimal): -11364771 or 6133330. OLE color: 6133330.

HSL color Cylindrical-coordinate representation of color #52965D: hue angle of 129.71º 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 #52965D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 93 -
CMYK 0.45 0 0.38 0.41
HSL 129.71º 0.29% 0.45% -
HSV(B) 129.71º 0.45% 0.59% -
XYZ 16.36 24.4 14.2 -
YUV 123.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 82 150 93 0.45 0 0.38 0.41 129.71 0.29 0.45
Hex 52 96 5D 2D 0 26 29 82 1D 2D
Octal 122 226 135 55 0 46 51 202 35 55
Binary 1010010 10010110 1011101 101101 0 100110 101001 10000010 11101 101101

Color Harmonies of #52965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52965D

Black with #52965D

Text Example


Text Example

White with #52965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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