#3CAA3D

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

Shades of Fruit Salad #3CAA3D

Tints of Fruit Salad #3CAA3D

Color information

#3CAA3D (or 0x3CAA3D) is unknown color: approx Fruit Salad. HEX triplet: 3C, AA and 3D. RGB value is (60,170,61). Sum of RGB (Red+Green+Blue) = 60+170+61=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA3D is #C355C2. Grayscale: #7D7D7D. Windows color (decimal): -12801475 or 4041276. OLE color: 4041276.

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

Color convert

RGB6017061-
CMYK0.6500.640.33
HSL120.55º47.83%45.1%-
HSV(B)120.55º64.71%66.67%-
XYZ17.0830.059.31-
YUV124.6892.0681.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 170 (66.80% from 255) = 58.42%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=20.62%
G=58.42%
B=20.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60170610.6500.640.33120.5547.8345.1
Hex3CAA3D410402179302d
Octal74252751010100411716055
Binary111100101010101111011000001010000001000011111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,61); }

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

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

 a { background-color: rgb(60,170,61); }

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

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

 span { border-color: rgb(60,170,61); }

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