Html Css Color HEX #479451 Fruit Salad

📋 copy color: '#479451'

red 71 ◦ green 148 ◦ blue 81

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

Shades of Fruit Salad #479451

Tints of Fruit Salad #479451

RGB

 RED value IS 71 (28.13% from 255) = 23.67%

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 23.67%
G = 49.33%
B = 27%

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

#479451 (or 0x479451) is known color: Fruit Salad. HEX triplet: 47, 94 and 51. RGB value is (71,148,81). Sum of RGB (Red+Green+Blue) = 71+148+81=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #479451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479451 is #B86BAE. Grayscale: #757575. Windows color (decimal): -12086191 or 5346375. OLE color: 5346375.

HSL color Cylindrical-coordinate representation of color #479451: hue angle of 127.79º 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 #479451 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 81 -
CMYK 0.52 0 0.45 0.42
HSL 127.79º 0.35% 0.43% -
HSV(B) 127.79º 0.52% 0.58% -
XYZ 14.67 23.11 11.47 -
YUV 117.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 71 148 81 0.52 0 0.45 0.42 127.79 0.35 0.43
Hex 47 94 51 34 0 2D 2A 80 23 2B
Octal 107 224 121 64 0 55 52 200 43 53
Binary 1000111 10010100 1010001 110100 0 101101 101010 10000000 100011 101011

Color Harmonies of #479451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479451

Black with #479451

Text Example


Text Example

White with #479451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479451; }

 p { color: rgb(71,148,81); }

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

background-color css

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

 a { background-color: rgb(71,148,81); }

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

border-color css

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

 span { border-color: rgb(71,148,81); }

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