Html Css Color HEX #549652 Fruit Salad

📋 copy color: '#549652'

red 84 ◦ green 150 ◦ blue 82

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

Shades of Fruit Salad #549652

Tints of Fruit Salad #549652

RGB

 RED value IS 84 (33.2% from 255) = 26.58%

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

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

R = 26.58%
G = 47.47%
B = 25.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#549652 (or 0x549652) is known color: Fruit Salad. HEX triplet: 54, 96 and 52. RGB value is (84,150,82). Sum of RGB (Red+Green+Blue) = 84+150+82=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #549652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549652 is #AB69AD. Grayscale: #7A7A7A. Windows color (decimal): -11233710 or 5412436. OLE color: 5412436.

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

Color convert

RGB 84 150 82 -
CMYK 0.44 0 0.45 0.41
HSL 118.24º 0.29% 0.45% -
HSV(B) 118.24º 0.45% 0.59% -
XYZ 16.09 24.31 11.83 -
YUV 122.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 84 150 82 0.44 0 0.45 0.41 118.24 0.29 0.45
Hex 54 96 52 2C 0 2D 29 76 1D 2D
Octal 124 226 122 54 0 55 51 166 35 55
Binary 1010100 10010110 1010010 101100 0 101101 101001 1110110 11101 101101

Color Harmonies of #549652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549652

Black with #549652

Text Example


Text Example

White with #549652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549652; }

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

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

background-color css

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

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

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

border-color css

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

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

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