Html Css Color HEX #53945B Fruit Salad

📋 copy color: '#53945B'

red 83 ◦ green 148 ◦ blue 91

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

Shades of Fruit Salad #53945B

Tints of Fruit Salad #53945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 25.78%
G = 45.96%
B = 28.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#53945B (or 0x53945B) is known color: Fruit Salad. HEX triplet: 53, 94 and 5B. RGB value is (83,148,91). Sum of RGB (Red+Green+Blue) = 83+148+91=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #53945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53945B is #AC6BA4. Grayscale: #7A7A7A. Windows color (decimal): -11299749 or 6001747. OLE color: 6001747.

HSL color Cylindrical-coordinate representation of color #53945B: hue angle of 127.38º 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 #53945B is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 91 -
CMYK 0.44 0 0.39 0.42
HSL 127.38º 0.28% 0.45% -
HSV(B) 127.38º 0.44% 0.58% -
XYZ 16.05 23.77 13.64 -
YUV 122.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 83 148 91 0.44 0 0.39 0.42 127.38 0.28 0.45
Hex 53 94 5B 2C 0 27 2A 7F 1C 2D
Octal 123 224 133 54 0 47 52 177 34 55
Binary 1010011 10010100 1011011 101100 0 100111 101010 1111111 11100 101101

Color Harmonies of #53945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53945B

Black with #53945B

Text Example


Text Example

White with #53945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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