Html Css Color HEX #519452 Fruit Salad

📋 copy color: '#519452'

red 81 ◦ green 148 ◦ blue 82

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

Shades of Fruit Salad #519452

Tints of Fruit Salad #519452

RGB

 RED value IS 81 (32.03% from 255) = 26.05%

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

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

R = 26.05%
G = 47.59%
B = 26.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#519452 (or 0x519452) is known color: Fruit Salad. HEX triplet: 51, 94 and 52. RGB value is (81,148,82). Sum of RGB (Red+Green+Blue) = 81+148+82=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #519452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519452 is #AE6BAD. Grayscale: #787878. Windows color (decimal): -11430830 or 5411921. OLE color: 5411921.

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

Color convert

RGB 81 148 82 -
CMYK 0.45 0 0.45 0.42
HSL 120.9º 0.29% 0.45% -
HSV(B) 120.9º 0.45% 0.58% -
XYZ 15.51 23.54 11.71 -
YUV 120.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 81 148 82 0.45 0 0.45 0.42 120.9 0.29 0.45
Hex 51 94 52 2D 0 2D 2A 79 1D 2D
Octal 121 224 122 55 0 55 52 171 35 55
Binary 1010001 10010100 1010010 101101 0 101101 101010 1111001 11101 101101

Color Harmonies of #519452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519452

Black with #519452

Text Example


Text Example

White with #519452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519452; }

 p { color: rgb(81,148,82); }

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

background-color css

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

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

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

border-color css

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

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

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