Html Css Color HEX #509453 Fruit Salad

📋 copy color: '#509453'

red 80 ◦ green 148 ◦ blue 83

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

Shades of Fruit Salad #509453

Tints of Fruit Salad #509453

RGB

 RED value IS 80 (31.64% from 255) = 25.72%

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

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

R = 25.72%
G = 47.59%
B = 26.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#509453 (or 0x509453) is known color: Fruit Salad. HEX triplet: 50, 94 and 53. RGB value is (80,148,83). Sum of RGB (Red+Green+Blue) = 80+148+83=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #509453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509453 is #AF6BAC. Grayscale: #787878. Windows color (decimal): -11496365 or 5477456. OLE color: 5477456.

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

Color convert

RGB 80 148 83 -
CMYK 0.46 0 0.44 0.42
HSL 122.65º 0.3% 0.45% -
HSV(B) 122.65º 0.46% 0.58% -
XYZ 15.46 23.51 11.91 -
YUV 120.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 80 148 83 0.46 0 0.44 0.42 122.65 0.3 0.45
Hex 50 94 53 2E 0 2C 2A 7B 1E 2D
Octal 120 224 123 56 0 54 52 173 36 55
Binary 1010000 10010100 1010011 101110 0 101100 101010 1111011 11110 101101

Color Harmonies of #509453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509453

Black with #509453

Text Example


Text Example

White with #509453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509453; }

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

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

background-color css

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

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

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

border-color css

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

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

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