Html Css Color HEX #469651 Fruit Salad

📋 copy color: '#469651'

red 70 ◦ green 150 ◦ blue 81

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

Shades of Fruit Salad #469651

Tints of Fruit Salad #469651

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

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

R = 23.26%
G = 49.83%
B = 26.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#469651 (or 0x469651) is known color: Fruit Salad. HEX triplet: 46, 96 and 51. RGB value is (70,150,81). Sum of RGB (Red+Green+Blue) = 70+150+81=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #469651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469651 is #B969AE. Grayscale: #767676. Windows color (decimal): -12151215 or 5346886. OLE color: 5346886.

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

Color convert

RGB 70 150 81 -
CMYK 0.53 0 0.46 0.41
HSL 128.25º 0.36% 0.43% -
HSV(B) 128.25º 0.53% 0.59% -
XYZ 14.92 23.71 11.57 -
YUV 118.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 70 150 81 0.53 0 0.46 0.41 128.25 0.36 0.43
Hex 46 96 51 35 0 2E 29 80 24 2B
Octal 106 226 121 65 0 56 51 200 44 53
Binary 1000110 10010110 1010001 110101 0 101110 101001 10000000 100100 101011

Color Harmonies of #469651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469651

Black with #469651

Text Example


Text Example

White with #469651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469651; }

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

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

background-color css

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

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

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

border-color css

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

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

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