Html Css Color HEX #479442 Fruit Salad

📋 copy color: '#479442'

red 71 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #479442

Tints of Fruit Salad #479442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 24.91%
G = 51.93%
B = 23.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#479442 (or 0x479442) is known color: Fruit Salad. HEX triplet: 47, 94 and 42. RGB value is (71,148,66). Sum of RGB (Red+Green+Blue) = 71+148+66=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #479442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479442 is #B86BBD. Grayscale: #737373. Windows color (decimal): -12086206 or 4363335. OLE color: 4363335.

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

Color convert

RGB 71 148 66 -
CMYK 0.52 0 0.55 0.42
HSL 116.34º 0.38% 0.42% -
HSV(B) 116.34º 0.55% 0.58% -
XYZ 14.17 22.91 8.83 -
YUV 115.63 99.99 96.17 -
System Red Green Blue C M Y K H S L
Decimal 71 148 66 0.52 0 0.55 0.42 116.34 0.38 0.42
Hex 47 94 42 34 0 37 2A 74 26 2A
Octal 107 224 102 64 0 67 52 164 46 52
Binary 1000111 10010100 1000010 110100 0 110111 101010 1110100 100110 101010

Color Harmonies of #479442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479442

Black with #479442

Text Example


Text Example

White with #479442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479442; }

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

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

background-color css

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

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

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

border-color css

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

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

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