#4CAC4B

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

Shades of Fruit Salad #4CAC4B

Tints of Fruit Salad #4CAC4B

Color information

#4CAC4B (or 0x4CAC4B) is unknown color: approx Fruit Salad. HEX triplet: 4C, AC and 4B. RGB value is (76,172,75). Sum of RGB (Red+Green+Blue) = 76+172+75=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC4B is #B353B4. Grayscale: #848484. Windows color (decimal): -11752373 or 4959308. OLE color: 4959308.

HSL color Cylindrical-coordinate representation of color #4CAC4B: hue angle of 119.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC4B is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB7617275-
CMYK0.5600.560.33
HSL119.38º39.27%48.43%-
HSV(B)119.38º56.4%67.45%-
XYZ1931.5511.74-
YUV132.2495.787.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.53%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=23.53%
G=53.25%
B=23.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76172750.5600.560.33119.3839.2748.43
Hex4CAC4B3803821772730
Octal11425411370070411674760
Binary100110010101100100101111100001110001000011110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,75); }

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

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

 a { background-color: rgb(76,172,75); }

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

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

 span { border-color: rgb(76,172,75); }

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