#4CAE3D

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

Shades of Fruit Salad #4CAE3D

Tints of Fruit Salad #4CAE3D

Color information

#4CAE3D (or 0x4CAE3D) is unknown color: approx Fruit Salad. HEX triplet: 4C, AE and 3D. RGB value is (76,174,61). Sum of RGB (Red+Green+Blue) = 76+174+61=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAE3D is #B351C2. Grayscale: #848484. Windows color (decimal): -11751875 or 4042316. OLE color: 4042316.

HSL color Cylindrical-coordinate representation of color #4CAE3D: hue angle of 112.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAE3D is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB7617461-
CMYK0.5600.650.32
HSL112.04º48.09%46.08%-
HSV(B)112.04º64.94%68.24%-
XYZ18.9632.159.62-
YUV131.8288.0388.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=24.44%
G=55.95%
B=19.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76174610.5600.650.32112.0448.0946.08
Hex4CAE3D380412070302e
Octal11425675700101401606056
Binary100110010101110111101111000010000011000001110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,174,61); }

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

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

 a { background-color: rgb(76,174,61); }

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

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

 span { border-color: rgb(76,174,61); }

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