Html Css Color HEX #469851 Fruit Salad

📋 copy color: '#469851'

red 70 ◦ green 152 ◦ blue 81

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

Shades of Fruit Salad #469851

Tints of Fruit Salad #469851

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

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

R = 23.1%
G = 50.17%
B = 26.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#469851 (or 0x469851) is known color: Fruit Salad. HEX triplet: 46, 98 and 51. RGB value is (70,152,81). Sum of RGB (Red+Green+Blue) = 70+152+81=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #469851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469851 is #B967AE. Grayscale: #777777. Windows color (decimal): -12150703 or 5347398. OLE color: 5347398.

HSL color Cylindrical-coordinate representation of color #469851: hue angle of 128.05º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469851 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 81 -
CMYK 0.54 0 0.47 0.40
HSL 128.05º 0.37% 0.44% -
HSV(B) 128.05º 0.54% 0.6% -
XYZ 15.24 24.35 11.68 -
YUV 119.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 70 152 81 0.54 0 0.47 0.40 128.05 0.37 0.44
Hex 46 98 51 36 0 2F 28 80 25 2C
Octal 106 230 121 66 0 57 50 200 45 54
Binary 1000110 10011000 1010001 110110 0 101111 101000 10000000 100101 101100

Color Harmonies of #469851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469851

Black with #469851

Text Example


Text Example

White with #469851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469851; }

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

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

background-color css

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

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

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

border-color css

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

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

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