#379842

Color #379842 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #379842

Tints of Fruit Salad #379842

Color information

#379842 (or 0x379842) is unknown color: approx Fruit Salad. HEX triplet: 37, 98 and 42. RGB value is (55,152,66). Sum of RGB (Red+Green+Blue) = 55+152+66=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #379842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379842 is #C867BD. Grayscale: #717171. Windows color (decimal): -13133758 or 4364343. OLE color: 4364343.

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

Color convert

RGB5515266-
CMYK0.6400.570.40
HSL126.8º46.86%40.59%-
HSV(B)126.8º63.82%59.61%-
XYZ13.7923.668.99-
YUV113.19101.3686.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=20.15%
G=55.68%
B=24.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152660.6400.570.40126.846.8640.59
Hex37984240039287f2f29
Octal67230102100071501775751
Binary110111100110001000010100000001110011010001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379842; }

 p { color: rgb(55,152,66); }

 H1.HeaderClassName
 {
   color: #379842;
 }
 .AnyTagClassName
 {
   color: #379842;
 }
</style>
background-color css

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

 a { background-color: rgb(55,152,66); }

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

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

 span { border-color: rgb(55,152,66); }

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