Html Css Color HEX #469B51 Fruit Salad

📋 copy color: '#469B51'

red 70 ◦ green 155 ◦ blue 81

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

Shades of Fruit Salad #469B51

Tints of Fruit Salad #469B51

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.65%

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

R = 22.88%
G = 50.65%
B = 26.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#469B51 (or 0x469B51) is known color: Fruit Salad. HEX triplet: 46, 9B and 51. RGB value is (70,155,81). Sum of RGB (Red+Green+Blue) = 70+155+81=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #469B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B51 is #B964AE. Grayscale: #797979. Windows color (decimal): -12149935 or 5348166. OLE color: 5348166.

HSL color Cylindrical-coordinate representation of color #469B51: hue angle of 127.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B51 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 81 -
CMYK 0.55 0 0.48 0.39
HSL 127.76º 0.38% 0.44% -
HSV(B) 127.76º 0.55% 0.61% -
XYZ 15.73 25.34 11.85 -
YUV 121.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 70 155 81 0.55 0 0.48 0.39 127.76 0.38 0.44
Hex 46 9B 51 37 0 30 27 80 26 2C
Octal 106 233 121 67 0 60 47 200 46 54
Binary 1000110 10011011 1010001 110111 0 110000 100111 10000000 100110 101100

Color Harmonies of #469B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B51

Black with #469B51

Text Example


Text Example

White with #469B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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