Html Css Color HEX #52964B Fruit Salad

📋 copy color: '#52964B'

red 82 ◦ green 150 ◦ blue 75

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

Shades of Fruit Salad #52964B

Tints of Fruit Salad #52964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 26.71%
G = 48.86%
B = 24.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#52964B (or 0x52964B) is known color: Fruit Salad. HEX triplet: 52, 96 and 4B. RGB value is (82,150,75). Sum of RGB (Red+Green+Blue) = 82+150+75=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #52964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52964B is #AD69B4. Grayscale: #797979. Windows color (decimal): -11364789 or 4953682. OLE color: 4953682.

HSL color Cylindrical-coordinate representation of color #52964B: hue angle of 114.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52964B is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 75 -
CMYK 0.45 0 0.5 0.41
HSL 114.4º 0.33% 0.44% -
HSV(B) 114.4º 0.5% 0.59% -
XYZ 15.66 24.11 10.49 -
YUV 121.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 82 150 75 0.45 0 0.5 0.41 114.4 0.33 0.44
Hex 52 96 4B 2D 0 32 29 72 21 2C
Octal 122 226 113 55 0 62 51 162 41 54
Binary 1010010 10010110 1001011 101101 0 110010 101001 1110010 100001 101100

Color Harmonies of #52964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52964B

Black with #52964B

Text Example


Text Example

White with #52964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52964B; }

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

 H1.HeaderClassName
 {
   color: #52964B;
 }
 .AnyTagClassName
 {
   color: #52964B;
 }
</style>

background-color css

<style>
 a { background-color: #52964B; }

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

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

border-color css

<style>
 span { border-color: #52964B; }

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

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