Html Css Color HEX #469551 Fruit Salad

📋 copy color: '#469551'

red 70 ◦ green 149 ◦ blue 81

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

Shades of Fruit Salad #469551

Tints of Fruit Salad #469551

RGB

 RED value IS 70 (27.73% from 255) = 23.33%

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 81 (32.03% from 255) = 27%

R = 23.33%
G = 49.67%
B = 27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#469551 (or 0x469551) is known color: Fruit Salad. HEX triplet: 46, 95 and 51. RGB value is (70,149,81). Sum of RGB (Red+Green+Blue) = 70+149+81=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #469551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469551 is #B96AAE. Grayscale: #757575. Windows color (decimal): -12151471 or 5346630. OLE color: 5346630.

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

Color convert

RGB 70 149 81 -
CMYK 0.53 0 0.46 0.42
HSL 128.35º 0.36% 0.43% -
HSV(B) 128.35º 0.53% 0.58% -
XYZ 14.76 23.39 11.52 -
YUV 117.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 70 149 81 0.53 0 0.46 0.42 128.35 0.36 0.43
Hex 46 95 51 35 0 2E 2A 80 24 2B
Octal 106 225 121 65 0 56 52 200 44 53
Binary 1000110 10010101 1010001 110101 0 101110 101010 10000000 100100 101011

Color Harmonies of #469551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469551

Black with #469551

Text Example


Text Example

White with #469551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469551; }

 p { color: rgb(70,149,81); }

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

background-color css

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

 a { background-color: rgb(70,149,81); }

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

border-color css

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

 span { border-color: rgb(70,149,81); }

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