Html Css Color HEX #538E5A Fruit Salad

📋 copy color: '#538E5A'

red 83 ◦ green 142 ◦ blue 90

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

Shades of Fruit Salad #538E5A

Tints of Fruit Salad #538E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.08%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 26.35%
G = 45.08%
B = 28.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#538E5A (or 0x538E5A) is known color: Fruit Salad. HEX triplet: 53, 8E and 5A. RGB value is (83,142,90). Sum of RGB (Red+Green+Blue) = 83+142+90=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #538E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E5A is #AC71A5. Grayscale: #767676. Windows color (decimal): -11301286 or 5934675. OLE color: 5934675.

HSL color Cylindrical-coordinate representation of color #538E5A: hue angle of 127.12º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E5A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 90 -
CMYK 0.42 0 0.37 0.44
HSL 127.12º 0.26% 0.44% -
HSV(B) 127.12º 0.42% 0.56% -
XYZ 15.09 21.92 13.11 -
YUV 118.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 83 142 90 0.42 0 0.37 0.44 127.12 0.26 0.44
Hex 53 8E 5A 2A 0 25 2C 7F 1A 2C
Octal 123 216 132 52 0 45 54 177 32 54
Binary 1010011 10001110 1011010 101010 0 100101 101100 1111111 11010 101100

Color Harmonies of #538E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E5A

Black with #538E5A

Text Example


Text Example

White with #538E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538E5A; }

 p { color: rgb(83,142,90); }

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

background-color css

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

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

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

border-color css

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

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

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