Html Css Color HEX #469749 Fruit Salad

📋 copy color: '#469749'

red 70 ◦ green 151 ◦ blue 73

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

Shades of Fruit Salad #469749

Tints of Fruit Salad #469749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 23.81%
G = 51.36%
B = 24.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#469749 (or 0x469749) is known color: Fruit Salad. HEX triplet: 46, 97 and 49. RGB value is (70,151,73). Sum of RGB (Red+Green+Blue) = 70+151+73=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #469749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469749 is #B968B6. Grayscale: #767676. Windows color (decimal): -12150967 or 4822854. OLE color: 4822854.

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

Color convert

RGB 70 151 73 -
CMYK 0.54 0 0.52 0.41
HSL 122.22º 0.37% 0.43% -
HSV(B) 122.22º 0.54% 0.59% -
XYZ 14.8 23.92 10.14 -
YUV 117.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 70 151 73 0.54 0 0.52 0.41 122.22 0.37 0.43
Hex 46 97 49 36 0 34 29 7A 25 2B
Octal 106 227 111 66 0 64 51 172 45 53
Binary 1000110 10010111 1001001 110110 0 110100 101001 1111010 100101 101011

Color Harmonies of #469749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469749

Black with #469749

Text Example


Text Example

White with #469749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469749; }

 p { color: rgb(70,151,73); }

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

background-color css

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

 a { background-color: rgb(70,151,73); }

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

border-color css

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

 span { border-color: rgb(70,151,73); }

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