Html Css Color HEX #469351 Fruit Salad

📋 copy color: '#469351'

red 70 ◦ green 147 ◦ blue 81

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

Shades of Fruit Salad #469351

Tints of Fruit Salad #469351

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 23.49%
G = 49.33%
B = 27.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#469351 (or 0x469351) is known color: Fruit Salad. HEX triplet: 46, 93 and 51. RGB value is (70,147,81). Sum of RGB (Red+Green+Blue) = 70+147+81=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #469351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469351 is #B96CAE. Grayscale: #747474. Windows color (decimal): -12151983 or 5346118. OLE color: 5346118.

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

Color convert

RGB 70 147 81 -
CMYK 0.52 0 0.45 0.42
HSL 128.57º 0.35% 0.43% -
HSV(B) 128.57º 0.52% 0.58% -
XYZ 14.44 22.76 11.42 -
YUV 116.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 70 147 81 0.52 0 0.45 0.42 128.57 0.35 0.43
Hex 46 93 51 34 0 2D 2A 81 23 2B
Octal 106 223 121 64 0 55 52 201 43 53
Binary 1000110 10010011 1010001 110100 0 101101 101010 10000001 100011 101011

Color Harmonies of #469351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469351

Black with #469351

Text Example


Text Example

White with #469351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469351; }

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

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

background-color css

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

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

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

border-color css

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

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

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