#4CB441

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

Shades of Fruit Salad #4CB441

Tints of Fruit Salad #4CB441

Color information

#4CB441 (or 0x4CB441) is unknown color: approx Fruit Salad. HEX triplet: 4C, B4 and 41. RGB value is (76,180,65). Sum of RGB (Red+Green+Blue) = 76+180+65=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB441 is #B34BBE. Grayscale: #888888. Windows color (decimal): -11750335 or 4305996. OLE color: 4305996.

HSL color Cylindrical-coordinate representation of color #4CB441: hue angle of 114.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CB441 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB7618065-
CMYK0.5800.640.29
HSL114.26º46.94%48.04%-
HSV(B)114.26º63.89%70.59%-
XYZ20.2634.5610.6-
YUV135.7988.0485.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=23.68%
G=56.07%
B=20.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180650.5800.640.29114.2646.9448.04
Hex4CB4413A0401D722f30
Octal114264101720100351625760
Binary100110010110100100000111101001000000111011110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB441; }

 p { color: rgb(76,180,65); }

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

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

 a { background-color: rgb(76,180,65); }

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

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

 span { border-color: rgb(76,180,65); }

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