#3ca74b

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

Shades of Fruit Salad #3CA74B

Tints of Fruit Salad #3CA74B

Color information

#3CA74B (or 0x3CA74B) is unknown color: approx Fruit Salad. HEX triplet: 3C, A7 and 4B. RGB value is (60,167,75). Sum of RGB (Red+Green+Blue) = 60+167+75=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA74B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA74B is #C358B4. Grayscale: #7C7C7C. Windows color (decimal): -12802229 or 4958012. OLE color: 4958012.

HSL color Cylindrical-coordinate representation of color #3CA74B: hue angle of 128.41º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA74B is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB6016775-
CMYK0.6400.550.35
HSL128.41º47.14%44.51%-
HSV(B)128.41º64.07%65.49%-
XYZ16.9529.1111.38-
YUV124.52100.0581.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=19.87%
G=55.30%
B=24.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60167750.6400.550.35128.4147.1444.51
Hex3CA74B4003723802f2d
Octal74247113100067432005755
Binary1111001010011110010111000000011011110001110000000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ca74b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ca74b; }

 p { color: rgb(60,167,75); }

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

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

 a { background-color: rgb(60,167,75); }

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

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

 span { border-color: rgb(60,167,75); }

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