Html Css Color HEX #539453 Fruit Salad

📋 copy color: '#539453'

red 83 ◦ green 148 ◦ blue 83

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

Shades of Fruit Salad #539453

Tints of Fruit Salad #539453

RGB

 RED value IS 83 (32.81% from 255) = 26.43%

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 26.43%
G = 47.13%
B = 26.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#539453 (or 0x539453) is known color: Fruit Salad. HEX triplet: 53, 94 and 53. RGB value is (83,148,83). Sum of RGB (Red+Green+Blue) = 83+148+83=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #539453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539453 is #AC6BAC. Grayscale: #797979. Windows color (decimal): -11299757 or 5477459. OLE color: 5477459.

HSL color Cylindrical-coordinate representation of color #539453: hue angle of 120º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539453 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 83 -
CMYK 0.44 0 0.44 0.42
HSL 120º 0.28% 0.45% -
HSV(B) 120º 0.44% 0.58% -
XYZ 15.72 23.64 11.92 -
YUV 121.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 83 148 83 0.44 0 0.44 0.42 120 0.28 0.45
Hex 53 94 53 2C 0 2C 2A 78 1C 2D
Octal 123 224 123 54 0 54 52 170 34 55
Binary 1010011 10010100 1010011 101100 0 101100 101010 1111000 11100 101101

Color Harmonies of #539453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539453

Black with #539453

Text Example


Text Example

White with #539453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539453; }

 p { color: rgb(83,148,83); }

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

background-color css

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

 a { background-color: rgb(83,148,83); }

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

border-color css

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

 span { border-color: rgb(83,148,83); }

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